-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
New post css files doesn't fire browser sync #1
Comments
@TsvetomirElkin Do you mean scss file? Or maybe you are using the PostCSS branch? Please provide more details. Edit: Now that i've had time to investigate, it appears that this is a known node-sass issue: sass/node-sass#1891 . |
I use PostCSS branch. When I make new file, for example _header.css, the app.css doesn't update .I have to go back to some old .css file and save it, after that app.css get the new file _header.css. It's not a big deal, but I think it's good to note. |
Well, it looks like this is a common issue when working with glob CSS imports, regardless of the preprocessor used - postcss/postcss-cli#161 I will try to think of a solution when i have more time. This issue is also present in the master branch where I am using SASS along PostCSS. |
Yep, the issue is fixed.😎 |
When you add a new post css file you need to change already existing file and save it to fire browser sync and apply the new file styles.
The text was updated successfully, but these errors were encountered: