I have at least 12 Sasson 2.x websites on my VPS linux server.

I want to use the 3.x version and wonder if there may be issue when:

sudo apt-get install ruby1.9.1
sudo gem install compass

Comments

tsi’s picture

Status: Active » Closed (works as designed)

No, Sasson v2 doesn't care about those packages. but you really better develop and compile locally and then push the compiled css to the live server and not develop on it.

amirtaiar’s picture

Yes, indeed that's how I work so the Q relate to both environments.
Thank you

tsi’s picture

Then you don't need compass on the remote server - compile the css locally into the theme folder and push it to the server. the remote doesn't need to compile again.