You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spend several hours on it and can't make it work..
Preciously I use my own plugin which use WebSockets to reload pages.
But with grunt-reload I got this:
➤➤ grunt --version
grunt-cli v0.1.6
grunt v0.4.0
➤➤ grunt dev
Running "reload" task
Proxying http://localhost:80/
reload server running at http://localhost:6001
Running "watch" task
Waiting...
But there's not any response on http://localhost or http://localhost:8000.
I switched Nginx down while using this.
I wrote the configs just like that in the README file.
Here's my Gruntfile.coffee:
I spend several hours on it and can't make it work..
Preciously I use my own plugin which use WebSockets to reload pages.
But with
grunt-reload
I got this:But there's not any response on
http://localhost
orhttp://localhost:8000
.I switched Nginx down while using this.
I wrote the configs just like that in the README file.
Here's my
Gruntfile.coffee
:The text was updated successfully, but these errors were encountered: