webxl / grunt-reload

A grunt task and reverse proxy that enables live reloading of updated files in the browser.
MIT License
132 stars 19 forks source link

request module as a dependency #19

Closed kevva closed 11 years ago

kevva commented 11 years ago

The request module should be defined as a dependency rather than a devDependency. This fixes "Error: Cannot find module 'request'" message.

webxl commented 11 years ago

Thanks for catching that.