diff --git a/Gruntfile.js b/Gruntfile.js index 1ba0900262..4b23b8bdad 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -506,11 +506,11 @@ module.exports = function(grunt) { grunt.registerTask('copy_dist', ['gitinfo', 'copy:res', 'copy:src']); grunt.registerTask('date', ['gitinfo', 'getExpireTime']); grunt.registerTask('default', [ + 'exec:build-protobuf', + 'exec:transpile', 'concat', 'copy:deps', 'sass', 'date', - 'exec:build-protobuf', - 'exec:transpile', ]); };