瀏覽代碼

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

Michael Rüttgers 8 年之前
父節點
當前提交
556a68e8fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: {