-
Notifications
You must be signed in to change notification settings - Fork 23
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
Modifying a partial file does not trigger a re-compile #25
Comments
What are you using to monitor changes and re-compile? Sounds like something metalsmith-sass doesn't handle by itself :) |
I am using I'm not sure where to file this bug. Could this be sass that's doing the monitoring? |
No worries, I'm sure we can track it down! Can you share your metalsmith settings? |
I ran into this problem today. The issue is in the configuration of metalsmith-watch. Adding the middle line in the 'paths' array triggers the reloading for all sass/scss files:
})) |
This is still an issue I think. Changes are detected, but changes are being updated in css files.
There's an open issue on the metalsmith-watch repo too. Any ideas what to do? |
any progress on this? |
I have a
_partial.scss
file imported in my mainapp.scss
file. Modifying and saving_partial.scss
does not trigger the SCSS to be re-compiled, but savingapp.scss
does.The text was updated successfully, but these errors were encountered: