So far so good, lets link our css file in index.html.
1 2 3 4 5 6 7 8 9 10 | |
Now let’s turn on live reload with our gulp-webserver.
1 2 3 4 | |
If we run gulp webserver in one terminator and gulp watch in another, we will have our webserver running and live refreshing on each build.
terminator1:
1
| |
terminator2:
1
| |
Update the css file to:
1 2 3 | |
Go to http://localhost:8000 to watch our webpage.