caipin 5 years atrás
parent
commit
1fb9e0b461
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

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