Skip to content

Instantly share code, notes, and snippets.

@yashhere
Last active March 5, 2018 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yashhere/0c8c8c26719c0d5984c8d422fabf46d8 to your computer and use it in GitHub Desktop.
Save yashhere/0c8c8c26719c0d5984c8d422fabf46d8 to your computer and use it in GitHub Desktop.
...
middleware: function (connect, options, middlewares) {
middlewares.unshift(require('grunt-connect-proxy/lib/utils').proxyRequest);
return middlewares;
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment