Answer the question
In order to leave comments, you need to log in
How to compile css in sass/compass into different folders?
Let's say there are several folders/files:
sass/stylesheets1/style1.scss
sass/stylesheets2/style2.scss
sass/stylesheets3/style3.scss
I need to compile them in the same way:
css/stylesheets1/style1.css
css/stylesheets2/style2.css
css/stylesheets3/style3.css
How? In config.rb we have only one option: the contents of the sass_dir folder are compiled into the css_dir folder.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question