caipin před 5 roky
rodič
revize
df4feef986
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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']);
 
 };