drewzboto / grunt-connect-proxy

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

Facing issue while running the grunt proxy #66

Open anudeepjusanu opened 10 years ago

anudeepjusanu commented 10 years ago

Loading "Gruntfile.js" tasks...ERROR

ReferenceError: value is not defined Warning: Task "server" not found. Use --force to continue.

Aborted due to warnings.

lifeisfoo commented 9 years ago

Probably you've copied and pasted this configuration line from the README:

                    "x-custom-added-header": value

Just define the value variable or remove the line.

See https://github.com/drewzboto/grunt-connect-proxy/blob/master/examples/sample.yeoman.grunt.js for a minimal working example.