gulp-webserver
gulp-webserver copied to clipboard
Pass app options
If I wanted to pass in any app
level options where could I pass this through? For example any of these app settings (http://expressjs.com/api.html#app.settings.table).
I tried the middleware option, but I couldn't seem to get it to work.
middleware: function() {
webserver.set('case sensitive routing', true)
}