-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Injection CSS with Browser-sync #13
Comments
I have the same problem. versions:
@johnpapa is there a version that we can use and will work with your course? |
I'm having the same issue. I was using Safari as my default browser. Changed to Chrome, but issue still exists. Has anyone found the solution? |
@annabellor versions gave me a clue. I went back to the course and checked which version @johnpapa installed when he ran So I went back and reverted my project to use I guess it is an issue with the current version of browser-sync. |
Hmmmm. I see this issue related here BrowserSync/browser-sync#717 |
It appears that the latest version of browser-sync isn't paying attention to the files: [
config.client + '**/*.js',
config.client + '**/*.html',
config.client + '**/*.jpg',
config.client + '**/*.png',
config.client + '**/*.gif',
config.temp + '**/*.css'
] |
First, congratulation for the course, it's great.
Second, I'm having problems to figure it out why my browser is reloading on inject css. I tried to find help on the plugin docs, it's seems to be updated and it's a little bit different of your implementation, so, no success.
I copied and paste the exercise gulp files, but it's keep not working, the browser is reloading when I change the less file.
Thanks in advanced !
The text was updated successfully, but these errors were encountered: