[TASK] Add helper.js to grunt watch

This commit is contained in:
Xaver Maierhofer 2016-05-25 23:34:09 +02:00
parent 989d9480d1
commit 109101b6d6
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", "helper.js", "lib/**/*.js", "*.html"],
tasks: ["dev"]
},
config: {