browserSync: update what gets watched [skip ci]
This commit is contained in:
parent
50c3c939b6
commit
532934b88f
2
bs.js
2
bs.js
@ -17,7 +17,7 @@ module.exports = {
|
||||
"port": 3003
|
||||
},
|
||||
/* "files": true, */
|
||||
"files": ["templates/*.tmpl", "assets/input/css/*.css"],
|
||||
"files": ["templates/*.tmpl", "assets/input/css/*.css", "assets/public/js/*.js", "assets/public/css/*.css"],
|
||||
"watchEvents": [
|
||||
"change"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user