We have started to use Sass with Compass for a new project. Currently I'm locally compiling scss
to css
and committing generated css
file to svn (installed in test server) only. And because of that only I can work on Sass
files and I want to give the ability to edit sass
files to other developers too. and I would also like to setup the workflow in the manner we can work from anywhere, work on .scss
file and compile (on save/commit) on server. without having Ruby, Sass gem, compass gem installed on local PC.
How to install sass, compass, chunky png on LAMP server and How to allow everyone to edit and compile .scss to .css file?
and we are also using SVN for version control.