Explorar o código

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

Michael Rüttgers %!s(int64=8) %!d(string=hai) anos
pai
achega
556a68e8fe
Modificáronse 1 ficheiros con 1 adicións e 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: {