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