4
0
Quellcode durchsuchen

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

Michael Rüttgers vor 8 Jahren
Ursprung
Commit
556a68e8fe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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: {