Merge pull request #629 from pdehaan/issue-628
fix(build): Adding l10n-create-json task and moving copyright task
This commit is contained in:
Коммит
c70b19138e
|
@ -8,9 +8,10 @@ module.exports = function (grunt) {
|
|||
'use strict';
|
||||
|
||||
grunt.registerTask('default', [
|
||||
'l10n-create-json',
|
||||
'lint',
|
||||
'copyright',
|
||||
'test',
|
||||
'build',
|
||||
'copyright'
|
||||
'build'
|
||||
]);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче