diff --git a/tasks/development.js b/tasks/development.js index 10f3edf..6c799d2 100644 --- a/tasks/development.js +++ b/tasks/development.js @@ -13,7 +13,7 @@ module.exports = function (grunt) { options: { livereload: true }, - files: ["*.css", "app.js", "lib/*.js", "*.html"], + files: ["*.css", "app.js", "lib/**/*.js", "*.html"], tasks: ["default"] }, config: {