-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sass compilation fails every time a partial changes that wasn't the last partial changed #707
Comments
Are you using Compass? If so, disable the Sass-cache in your config.rb file. |
Yep, I am using Compass. I added this to my config.rb file based on:
This does indeed make compiling slower, but it seems to have reduced the number of compilation errors by about half. However I still frequently get this error (every 3-5 saves): bdkjones/CodeKit#318 (comment) |
A bit more info about this problem. My projects always generate two CSS files from:
The only thing they do is import
I imagine what happens is compilation of these two files kicks off and somewhere the cache starts stepping on the toes of the other compilation process (always app-mq.scss fails to compile). It appears to be reverse alphabetical which I tested by changing the file names. The best during-dev fix is disabling import of "app-loader" in Ideally they would just compile. |
Hi Brendan,
-Bryan On 14 Dec 2013, at 12:15, Brendan Falkowski [email protected] wrote:
|
Hate to open a new issue for this, but I don't see any way to re-open a closed issue. Please see: bdkjones/CodeKit#318
The text was updated successfully, but these errors were encountered: