Skip to content

Commit

Permalink
Add host to gulpfile (#5710)
Browse files Browse the repository at this point in the history
* Add host to gulpfile

* Edit arg.host to FAKE_SERVER_HOST

Co-authored-by: VasekProchazka <vasek.prochazka123@seznam.cz>
  • Loading branch information
VasekProchazka and VasekProchazka authored Sep 9, 2020
1 parent 0d3c632 commit 05283d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function watch(done) {
connect.server({
https: argv.https,
port: port,
host: FAKE_SERVER_HOST,
root: './',
livereload: true
});
Expand Down

0 comments on commit 05283d0

Please sign in to comment.