caipin 5 年之前
父节点
当前提交
df4feef986
共有 1 个文件被更改,包括 2 次插入2 次删除
  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']);
 
 };