caipin 5 năm trước cách đây
mục cha
commit
df4feef986
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -101,7 +101,7 @@ module.exports = function(grunt) {
     grunt.loadNpmTasks('grunt-contrib-watch');
 
     //注册grunt默认任务
-    grunt.registerTask('default', ['concat','uglify','jshint']);
-    //grunt.registerTask('default', ['concat','uglify','jshint','watch']);
+    grunt.registerTask('default', ['concat','uglify');
+    //grunt.registerTask('watch', ['concat','uglify','jshint','watch']);
 
 };