Skip to content

Instantly share code, notes, and snippets.

@amenzies
amenzies / Grunt Proxy Server
Last active December 31, 2015 21:29 — forked from gbabiars/Grunt Proxy Server
I believe that there is an error in the original gist and that grunt.loadNpmTask should be grunt.loadNpmTasks
var proxySnippet = require('grunt-connect-proxy/lib/utils').proxyRequest;
module.exports = function(grunt) {
grunt.initConfig({
watch: {
all: {
files: ['Gruntfile.js']
}
},
connect: {