[TASK] Add scss to grunt watcher

This commit is contained in:
Xaver Maierhofer 2016-05-26 22:29:21 +02:00
parent b6ade4bb48
commit 04f141782f
1 changed files with 1 additions and 1 deletions

View File

@ -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: {