From 556a68e8fe21e4e8115f66fbf4e41a92ff1407cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=BCttgers?= Date: Wed, 5 Aug 2015 11:28:46 +0200 Subject: [PATCH] Grunt should watch for changes in lib/infobox/*.js, too. --- tasks/development.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {