grunt setup

remotes/origin/master
ppaulis 2016-09-18 10:23:13 +02:00
parent 0a72de930a
commit 21710f3423
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -54,7 +54,7 @@ if [ -d node_modules/ng_backoffice ]; then
cd ../..
pushd node_modules/ng_backoffice
grunt concat
node_modules/.bin/grunt concat
popd
fi
@ -80,7 +80,7 @@ if [ -d node_modules/ng_client ]; then
cd ../..
pushd node_modules/ng_client
grunt concat
node_modules/.bin/grunt concat
popd
fi