Merge pull request #629 from pdehaan/issue-628

fix(build): Adding l10n-create-json task and moving copyright task
This commit is contained in:
Nick Chapman 2014-02-26 14:43:59 -08:00
Родитель d8fb647841 0d2f649479
Коммит c70b19138e
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -8,9 +8,10 @@ module.exports = function (grunt) {
'use strict';
grunt.registerTask('default', [
'l10n-create-json',
'lint',
'copyright',
'test',
'build',
'copyright'
'build'
]);
};