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

Streaming gulp plugin to run a local webserver with LiveReload

Results 72 gulp-webserver issues
Sort by recently updated
recently updated
newest added

What is the difference between gulp.src and the path option? It is stated that multiple directories can be passed to gulp.src. If this is true, my assumption is that the...

Sometimes you want to put the webserver behind a proxy, like for consistent https/domain support. Ideally, we'd have appropriate control over the livereload configuration, so we can set the src...

Since there are no updates since 2015, I want to ask, do you @schickling still maintain this package?

npm audit shows critical vulnerability of gulp-webserver. Is there plan to fix it? ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Critical │ Command Injection │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ open │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched...

https://www.npmjs.com/advisories/534 When using gulp-server 0.9.1, there is a vulnerability for the version of tiny-lr being used. > Low | Regular Expression Denial of Service Package | debug Patched in │...

Hello! I am using `gulp-webserver`'s `middleware` option to set a header (`Access-Control-Allow-Origin`). I have also configured `livereload`. When I load my `livereload.js` script, however, that header is not served. Simplified...

Closes #131 ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Critical │ Command Injection │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ open │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ No patch available │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │...

I tried to manipulate the request header by using the options property like in the documentation, but when I check with browser's dev tool, I didn't see the custom header...

add option `liveCSS`. If you set ``` js livereload: { enable: false, liveCSS: true } ``` page styles update without reloading P. S. gulp-webserver can use https://github.com/vohof/gulp-livereload