Explorar el Código

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

Michael Rüttgers hace 8 años
padre
commit
556a68e8fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tasks/development.js

+ 1 - 1
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: {