Automatically run unlocalize task when done building dist/ to restore src/nls/*

This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2017-02-18 18:39:32 -05:00
Родитель f26c6f4e8e
Коммит badcae3434
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -632,6 +632,7 @@ module.exports = function (grunt) {
/* XXXBramble: we skip this, since we don't use any of the node_modules in Bramble.
'npm-install', */
'cleanempty',
'exec:clean-nls',
'usemin',
'build-config'
]);