scripts: Use grunt in PATH for compile_translations

remotes/origin/master
Guillaume Lesniak 2016-10-25 09:16:55 +02:00
parent b338f0ac43
commit 0034837ac5
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
if [ -d node_modules/ng_backoffice ]; then
pushd node_modules/ng_backoffice
../.bin/grunt compile_translations
../.bin/grunt concat
grunt compile_translations
grunt concat
fi
if [ -d node_modules/ng_client ]; then
pushd node_modules/ng_client
../.bin/grunt compile_translations
../.bin/grunt concat
grunt compile_translations
grunt concat
fi