diff --git a/tasks/development.js b/tasks/development.js index 02826b0..933f123 100644 --- a/tasks/development.js +++ b/tasks/development.js @@ -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: {