-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Preprocessor does not compile when I create .scss file #1882
Comments
seems like nodemon would be better rather than built-in watcher. Do
|
Quoting the User Guide:
This is a known problem with Wouldn't this rebuild all files rather than just the changed one? |
@gaearon yeah, it's the simplest one i can remember :p should we update the docs for a better way to do it? |
I installed preprocessor
node-sass
and this worked perfect but does not compile another new files.How do I fix this when create a file inside
src
and compile this file without restartwatch-css
?The text was updated successfully, but these errors were encountered: