Introduce new languages to the product

pull/27/head^2
Scott Nonnenberg 7 years ago
parent efefb7a488
commit 0d6c3c0bce

@ -140,6 +140,9 @@ module.exports = grunt => {
},
},
exec: {
'tx-pull-new': {
cmd: 'tx pull -a --minimum-perc=80',
},
'tx-pull': {
cmd: 'tx pull',
},
@ -422,7 +425,11 @@ module.exports = grunt => {
}
);
grunt.registerTask('tx', ['exec:tx-pull', 'locale-patch']);
grunt.registerTask('tx', [
'exec:tx-pull-new',
'exec:tx-pull',
'locale-patch',
]);
grunt.registerTask('dev', ['default', 'watch']);
grunt.registerTask('test', ['unit-tests', 'lib-unit-tests']);
grunt.registerTask('date', ['gitinfo', 'getExpireTime']);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save