Closed ash-w2 closed 7 years ago
@ash-w2 what browser are you using? Do you have developer tools open or closed? Just making sure it is not a caching issue.
Using Chrome. Have had the dev tools closed. Bug is also being reproduced when saving js files too @JPOak
@ash-w2 Try this. Keep dev tools OPEN. In Chrome tools settings (under 3 dots to right), under Network, make sure "Disable cache (while DevTools is open)" is checked.
Brilliant, did the trick. Thanks @JPOak. I had previously cleared the cache but obviously wasn't doing the trick. I shall remember this in future.
@ash-w2 Great. Chrome is pretty hardcore when it comes to caching. I sometimes just have dev tools windowed and open in the background when making a ton of changes.
Another thing learnt today! Thanks again. Closing.
How can this bug be reproduced?
Save php/js file with BrowserSync running
What did you expect to happen?
Normal reload of browser
What happened instead?
All SASS changes are lost until a SASS file is saved again
Please List the Following:
gulpfile.babel.js:
Any ideas why this is happening. Interrupting the workflow a little. BrowserSync reload is fine when saving SCSS files
Thanks