Closed zlanich closed 9 years ago
Could your provide this as a small sample project highlighting the issue? It can just be a gulpfile.js
, package.json
, index.html
file and a .less
file.
This would help me debug the problem much fasrer
Hello, I just updated a project I hadn't used for a while and .reload doesn't inject the css on change. Here's the repo https://github.com/Keats/snowflake I'm on Archlinux
Nevermind, it works now somehow
I'm unable to get the reload method to work in Gulp under any circumstances. Absolutely nothing happens when I call reload() no matter what configuration I use. There are no logged events when debugging log level is enabled either. I am however able to get it to work if I use BrowserSync to watch my compiled file directly and forgo using the reload method at all.
Below is my configuration:
If you have any input on why this may be, please help! Thanks!