Replace watch by serve command with livereload

This commit is contained in:
Gautier Pelloux-Prayer 2019-09-02 19:41:45 +02:00
parent 88d17089c3
commit 6b2bc7028b
4 changed files with 916 additions and 15 deletions

View file

@ -10,7 +10,7 @@
"layers": "node layers/josm/extract.js && node layers/collection/extract.js",
"test": "gulp",
"prettier": "prettier --write '**/*'",
"watch": "gulp && gulp watch"
"serve": "gulp debug && gulp serve watch"
},
"husky": {
"hooks": {
@ -63,6 +63,7 @@
},
"devDependencies": {
"autoprefixer": "^8.1.0",
"browser-sync": "^2.26.7",
"del": "^1.1.1",
"gulp": "^4.0.2",
"gulp-bump": "^2.7.0",