drewzboto / grunt-connect-proxy

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

Implements negative contexts matching starting with exclamation mark character. #42

Closed drawveloper closed 10 years ago

drawveloper commented 10 years ago

Any context in an array starting with a '!' character will be considered a negative context. Any negative context that matches a URL will avoid the proxying, even if a positive context would perform it.