[TASK] Add helper.js to grunt watch
This commit is contained in:
parent
28de7c5403
commit
2d5e35324a
|
@ -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 a new issue