Grunt should watch for changes in lib/infobox/*.js, too.

This commit is contained in:
Michael Rüttgers 2015-08-05 11:28:46 +02:00 committed by Nils Schneider
parent 22e2c6d3c5
commit 556a68e8fe

View file

@ -13,7 +13,7 @@ module.exports = function (grunt) {
options: { options: {
livereload: true livereload: true
}, },
files: ["*.css", "app.js", "lib/*.js", "*.html"], files: ["*.css", "app.js", "lib/**/*.js", "*.html"],
tasks: ["default"] tasks: ["default"]
}, },
config: { config: {