Florian
unread,Apr 27, 2011, 11:48:24 AM4/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Compass
Hello
Is there a way to exclude a .scss file when compiling?
What I want to do is import files, but not compile them. Example
files:
header.scss
footer.scss
screen.scss (imports header.scss, footer.scss)
print.scss (imports header.scss)
Now I'd like to have only screen.css and print.css in my target
directory. Is there a way to do this?
I found out that by prefixing a dot to a filename (.footer.scss), the
file is imported but not built as a separate .css file. The only
problem is, that this file is not being observed anymore by "compass
watch".
Thanks,
Florian