From 5c15ccf340e07945763a9daf889ea60a3bc6fbf9 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Thu, 26 May 2016 22:29:21 +0200 Subject: [PATCH] [TASK] Add scss to grunt watcher --- tasks/development.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/development.js b/tasks/development.js index d366a1c..e9b312e 100644 --- a/tasks/development.js +++ b/tasks/development.js @@ -18,7 +18,7 @@ module.exports = function (grunt) { options: { livereload: true }, - files: ["*.css", "app.js", "lib/**/*.js", "*.html"], + files: ["*.css", "app.js", "lib/**/*.js", "*.html", "scss/**/*.scss"], tasks: ["dev"] }, config: {