grunt-reload icon indicating copy to clipboard operation
grunt-reload copied to clipboard

A grunt task and reverse proxy that enables live reloading of updated files in the browser.

Results 18 grunt-reload issues
Sort by recently updated
recently updated
newest added

I think this would make your lib compatible with the most current grunt.

I have an app running on http://localhost:3000/ ``` reload: { port: 3001, proxy: { host: 'localhost', port: 3000 } } ``` Any idea why theres nothing at http://localhost:3001???

I'm posting this issue to let you know that we will be publishing Grunt 0.4 on Monday, February 18th. If your plugin is not already Grunt 0.4 compatible, would you...

Hi, Is there a way to trigger changes in js, scss and html separately? It would be useful to make a change in a Javascript file and make grunt lint...

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: ```...

After refreshing page twice, nothing will be happen, until the server will be restarted. Error messages does not occur

I've been figure out how to enable the "livereload" functionality of grunt-reload (no page refreshes for css/image changes), and have so far been unsuccessful. The Readme states: ``` javascript ......

For windows users, the warning regarding native extensions is a bit annoying and native extensions are not so required. `Warning: Native modules not compiled. UTF-8 validation disabled.` Add an option...