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

Don't die without grunt-connect #24

Closed SpeCT closed 11 years ago

SpeCT commented 11 years ago

Hi Matt.

This little fix should prevent proxy initialisation code from throwing NullReference when there is no config section for grunt-contrib-connect.

Found this bug when using grunt with custom server task and grunt-reload with proxy method enabled.

PS: Thanks for the plugin.

Regards, Yury.

webxl commented 11 years ago

Thanks... merging.