caipin hace 5 años
padre
commit
df4feef986
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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']);
 
 };