mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Fix) Build: watch yml files too
This commit is contained in:
parent
9c94fde9a5
commit
abaaea3161
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
"build:images": "npm run imagemin",
|
"build:images": "npm run imagemin",
|
||||||
"reload": "browser-sync reload",
|
"reload": "browser-sync reload",
|
||||||
"build": "run-s clean build:js build:css build:font build:jekyll copy",
|
"build": "run-s clean build:js build:css build:font build:jekyll copy",
|
||||||
"watch:jekyll": "onchange 'index.html' '*/*.html' '_includes/**/*.html' '_layouts/**/*.html' '_posts/*' -e '_site/*' -d 500 -- run-s build:jekyll copy reload",
|
"watch:jekyll": "onchange 'index.html' '*/*.html' '_*/**/*.yml' '_includes/**/*.html' '_layouts/**/*.html' '_posts/*' -e '_site/*' -d 500 -- run-s build:jekyll copy reload",
|
||||||
"watch:css": "onchange 'src/scss/**/*' -d 500 -- run-s sass prefix copy:css",
|
"watch:css": "onchange 'src/scss/**/*' -d 500 -- run-s sass prefix copy:css",
|
||||||
"watch:js": "onchange 'src/js/*' -d 500 -- run-s uglify:dev copy:js reload",
|
"watch:js": "onchange 'src/js/*' -d 500 -- run-s uglify:dev copy:js reload",
|
||||||
"watch": "run-p serve watch:jekyll watch:css watch:js",
|
"watch": "run-p serve watch:jekyll watch:css watch:js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue