gulp-webserver icon indicating copy to clipboard operation
gulp-webserver copied to clipboard

Pass app options

Open dflynn15 opened this issue 10 years ago • 0 comments

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)
}

dflynn15 avatar Feb 11 '15 16:02 dflynn15