grunt setup
parent
0a72de930a
commit
21710f3423
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue