[TASK] Add scss to grunt watcher
This commit is contained in:
parent
b6ade4bb48
commit
04f141782f
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user