Skip to content

Commit c1d6582

Browse files
VasekProchazkaVasekProchazka
authored and
BrightMountainMedia
committed
Add host to gulpfile (prebid#5710)
* Add host to gulpfile * Edit arg.host to FAKE_SERVER_HOST Co-authored-by: VasekProchazka <[email protected]>
1 parent 735a239 commit c1d6582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ function watch(done) {
110110
connect.server({
111111
https: argv.https,
112112
port: port,
113+
host: FAKE_SERVER_HOST,
113114
root: './',
114115
livereload: true
115116
});

0 commit comments

Comments
 (0)