Compass set .css output path to same location as .scss
I have my compiled .css files in multiple, diverse directories along my
app, and the Sass compiler I was previously using simply compiled the
.scss files to a .css file in whatever directory they were in.
Compass seems to require a single 'output' directory that you can
configure, that all of your compiled .css files go to, and it only watches
a single folder.
How do you tell Compass to simply compile to the location of the .scss file?
No comments:
Post a Comment