[TASK] Add helper.js to grunt watch

This commit is contained in:
Xaver Maierhofer 2016-05-25 23:34:09 +02:00 committed by Milan Pässler
parent 28de7c5403
commit 2d5e35324a

View file

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