score:0

one workaround that i found is, compile the code manually.

you can keep the all your styling in stylesheets folder. then in sass directory, keep all your sass files and set your config.rb something like this.

http_path = "/"
css_dir = "stylesheets"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "javascripts"

you can compile using compass compile.

make sure you install compass prior to this.


Related Query

More Query from same tag