Compile protocol buffers first
This commit is contained in:
parent
2810f26461
commit
4e39882afc
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
]);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue