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

If the proxy needs a redirect the system makes a wrong redirect. Example: target: http://xxxx/bill source: /bill original redirect http://xxxx/bill/v1/... calculated redirect: //v1/... The problem is that proxy-middleware needs options.route...

Hey, I just tested this gulp task and found that if I say `directoryListing: true`, it somewhat ignores the folder I give it as a root. The weird thing is...

I am trying to run gulp command on gibash to start the project but its showing an error: ``` $ gulp [01:11:49] Using gulpfile ~\desktop\ang2form\angular2-reactive-forms-data-and-validation\gulpfile.js [01:11:49] Starting 'default'... [01:11:49] Starting...

Hi. I currently start the connect server from `protractor` task like this: ``` js gulp.task('connect', function() { gulp.src('.') .pipe(webserver({ port: 9001 })); }); gulp.task('protractor', ['connect'], function() { gulp.src(paths.e2e) .pipe((protractor({ configFile:...

the module 'proxy-middleware' has turned into 'node-proxy-middleware', and adding a lot of new features. so i made a PR.

add browser specify options.it is `open.js's` native ability

Great plug-in. I am able to run my gulp command and start the localhost and everything works. The only part of the config that I do not fully understand is...

Will it possible to support WS with "proxies section" ? Example on localhost:8080 : ` {source: '/sock', target: 'localhost:8000', options: {headers: {'ABC_HEADER': 'abc'}, ws: true}} ` Behavior: - a first...

My use case requires setting the `rules` option of live-reload. I need to put the livereload script in the head to prevent conflict with [turbolinks](https://github.com/turbolinks/turbolinks). A quick and dirty edit...

Hi, When livereload is set to true it adds: //localhost:35729/livereload.js?snipver=1 To the bottom of the page, great. When I then set https to true, my page is hosted on https,...