[TASK] Add helper.js to grunt watch
This commit is contained in:
parent
989d9480d1
commit
109101b6d6
@ -18,7 +18,7 @@ module.exports = function (grunt) {
|
|||||||
options: {
|
options: {
|
||||||
livereload: true
|
livereload: true
|
||||||
},
|
},
|
||||||
files: ["*.css", "app.js", "lib/**/*.js", "*.html"],
|
files: ["*.css", "app.js", "helper.js", "lib/**/*.js", "*.html"],
|
||||||
tasks: ["dev"]
|
tasks: ["dev"]
|
||||||
},
|
},
|
||||||
config: {
|
config: {
|
||||||
|
Loading…
Reference in New Issue
Block a user