This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Is it possible to output multiple stylesheets to multiple directories like this: SASS > bob.scss SASS > bill.scss SASS > ben.scss Outputs to this: Stylesheets > Bob > default.css Stylesheets > Bill > default.css Stylesheets > Ben > default.css Many thanks Chris |
|
|
Yes if you right click on your project node in the Solution Explorer and then select "Web Workbench Settings" in the context menu you can then set the output folder for each file in the resulting settings screen. Note, if you are using a Compass project then any items which are being managed by Compass (e.g. .scss files which live under the sass_dir path specified in config.rb) are not able to have their output folders changed.
|
|
|
That's perfect, just what I was after. One last question...is it possible to rename the file at the same time as moving it? Like this perhaps:
Outputs to:
Thanks for your continued help Chris |
|
|
No unfortunately not, just the output folder can be customised.
|
|