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 have WW ignore SCSS files that are included in a parent file, but depend on other files? For instance, styles.scss imports variables.scss and layout.scss. The issue is that layout.scss depends on variables.scss, but there is no @imports statement because that's handled by styles.scss, which is the ultimate CSS that gets included. The issue I keep running into is that, when I save layout.scss, a layout.css is generated with error information. I know it's not going to compile and I'm forced to delete it manually every time -- I don't want that file at all :S Is there a way to work around this bug? |
|
|
If you are not intending to compile layout.scss (which I believe is your intent) you can turn off compilation by going into the Mindscape menu, Web Workbench settings and then turning off Compile for that file.
|
|