From eb7c5de4d4cbc83e098c1c8eb56c35d8967b931f Mon Sep 17 00:00:00 2001 From: Taylor Bryant Date: Sun, 13 Jan 2019 13:53:49 -0600 Subject: [PATCH] Update watch list --- gulpfile.babel.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index f684bff..71cc799 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -79,11 +79,12 @@ task("startServer", () => { watch( [ - rawStylesheet, - tailwindConfig, + "**/*.css", "**/*.gif", "**/*.html", "**/*.jpg", + "**/*.jpeg", + "**/*.js", "**/*.md", "**/*.png", "**/*.yml",