Chiel Kunkels
Chiel Kunkels
Hello, I'm using `gulp-webserver` to run end to end tests with `gulp-protractor`. Once the tests have been run I'd like to be able to shut the server down. However, it...
I'm having a problem with browserify creating multiple bundles that are not 100% compatible. In my main app bundle (bundle 1), I have a module id'd as "1". Then for...
Let's say I have two files: - a.styl ``` @import b ``` - b.styl ``` .something { color: red } ``` If you execute `stylus < file.styl > out.css` it...
We tried to get rid of the newly-introduced `if` statement inside the `cors.conf` in order to avoid `if`, [since it is generally discouraged by nginx](https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/). With the help of @stevenjm...
First off, thanks for this library, it's been pretty helpful to me. I've recently switched to [rollup](https://github.com/rollup/rollup) for my bundling needs and I've run into a small issue with this...
I discovered today that the `response.headers.forEach` method was undefined in the used version of `node-fetch`. I checked that project's issue tracker and apparently it has been fixed in that project....
Hi there - first off thanks for the great library. It looks really complete and supports all the features we need. Besides that it was also a breeze to implement....