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('copy_dist', ['gitinfo', 'copy:res', 'copy:src']);
|
||||||
grunt.registerTask('date', ['gitinfo', 'getExpireTime']);
|
grunt.registerTask('date', ['gitinfo', 'getExpireTime']);
|
||||||
grunt.registerTask('default', [
|
grunt.registerTask('default', [
|
||||||
|
'exec:build-protobuf',
|
||||||
|
'exec:transpile',
|
||||||
'concat',
|
'concat',
|
||||||
'copy:deps',
|
'copy:deps',
|
||||||
'sass',
|
'sass',
|
||||||
'date',
|
'date',
|
||||||
'exec:build-protobuf',
|
|
||||||
'exec:transpile',
|
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user