Grunt should watch for changes in lib/infobox/*.js, too.
This commit is contained in:
parent
22e2c6d3c5
commit
556a68e8fe
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue