drewzboto / grunt-connect-proxy

Grunt Connect support for proxying API calls during development
MIT License
424 stars 122 forks source link

Fixed issue #48 #51

Closed krotscheck closed 10 years ago

krotscheck commented 10 years ago

In certain cases, grunt isn't preloaded in time for the proxy module to correctly bind to the log instances. In order to guarantee that this is always available, I've added an explicit require() for grunt, which is then referenced for the various log statements.