drewzboto / grunt-connect-proxy

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

Can't find the right configuration #40

Closed Golodhros closed 10 years ago

Golodhros commented 10 years ago

Hi there,

I have been trying to set up a proxy on my project based on Yeoman Marionette generator: https://github.com/mrichard/generator-marionette

After trying a ton of different configurations on the Gruntfile.js, I can't have it working, my current one is https://gist.github.com/Golodhros/7978154

Thanks a lot for your work guys, this would be quite useful in order to get my tests working!

drawveloper commented 10 years ago

I have sent a PR (#41) to improve this issue. I also suffered quite a bit to find a working config. Please see if it helps.

drewzboto commented 10 years ago

@Golodhros, did the README update from @gadr seem to help? I don't see anything specific in your configuration that is incorrect. Are you seeing any specific errors? Do you see the correct proxy requests if you run grunt with grunt --verbose?

Golodhros commented 10 years ago

@drewzboto Yes, it seems to work now, thanks!