From abaaea31615bd660d344cf141f33e5e8635f8548 Mon Sep 17 00:00:00 2001 From: 0xfff <0xfff@protonmail.com> Date: Sat, 8 Oct 2016 21:12:52 +0200 Subject: [PATCH] (Fix) Build: watch yml files too --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdc4f23..6dc3132 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "build:images": "npm run imagemin", "reload": "browser-sync reload", "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:js": "onchange 'src/js/*' -d 500 -- run-s uglify:dev copy:js reload", "watch": "run-p serve watch:jekyll watch:css watch:js",