瀏覽代碼

Change on grunt

soyjavi 13 年之前
父節點
當前提交
535b1e78b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      grunt.js

+ 1 - 1
grunt.js

@@ -77,7 +77,7 @@ module.exports = function(grunt) {
 
     watch: {
       files: ['<config:resources.javascripts>', '<config:resources.stylesheets>'],
-      tasks: 'concat min stylus'
+      tasks: 'concat min stylus copy'
     }
   });