css - Possible to change the SASS/Compass output folder for different files? -


I am thinking that output files are possible in different directories for the compass? I have quite a large project and while most go into the css file / css folder, others need to go to the / admin / css folder, I'm doing them symbinking for now, but if I have an array of files (config. Rb?), It would be great if there could be some other output.

in config.rb css_dir = "/" in your desired directory Edit it! I do not think it can handle multiple output folders.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -