Compile protocol buffers first
This commit is contained in:
@@ -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',
|
||||
]);
|
||||
};
|
||||
|
Reference in New Issue
Block a user