grunt setup

pull/1/head
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 if [ -d node_modules/ng_backoffice ]; then
pushd node_modules/ng_backoffice pushd node_modules/ng_backoffice
grunt extract_translations node_modules/.bin/grunt extract_translations
fi fi
if [ -d node_modules/ng_client ]; then if [ -d node_modules/ng_client ]; then
pushd node_modules/ng_client pushd node_modules/ng_client
grunt extract_translations node_modules/.bin/grunt extract_translations
fi fi

View File

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