gulp-livereload
gulp-livereload copied to clipboard
gulp plugin for livereload

Every time there is an error and gulp exit, I should type "netstat -peanut | grep 8080" and find the listening process and kill it, otherwise I'm unable to start...
Hi, and thanks for this great piece of code! Our task needs to clean the files before building new ones. Here’s a summary of our output. ``` [19:45:52] Starting 'demo:clean'......
Hello, How can I watch a folder or file without pipe()-ing livereload to a previous task. I would like to watch a folder or file wihout running a new task:...
Port can only be 35729, the other is wrong, for example: 1234
I edit one file style.css and log conlose all file. How remove log console? [22:33:42] E:\Developers\WebDeveloper\OpenServer-WebProg\domains\scss-test\src\c ss\css\style.css reloaded. [22:33:42] E:\Developers\WebDeveloper\OpenServer-WebProg\domains\scss-test\src\c ss\css\animation\animation.css reloaded. [22:33:42] E:\Developers\WebDeveloper\OpenServer-WebProg\domains\scss-test\src\c ss\css\extend\extend.css reloaded. [22:33:42] E:\Developers\WebDeveloper\OpenServer-WebProg\domains\scss-test\src\c ss\css\nesting\nesting.css reloaded....
Hi there, I seem to have come across an issue, not sure if it's isolated to my own development though. When I run 'gulp watch' and then make changes to...
And it looks like it will be better maintained (mklabs/tiny-lr/issues/96).
When I work between multiple projects, always got 'Error: listen EADDRINUSE' like #33. I know the reason is some other task(maybe another gulp-livereload) is running, a port conflict is on...
hi, i found when html page changed and event sent to browser, but reloadPage() not do it correct! finally i found, this.window.document.location.reload() can not load from server. so i add...