grunt setup
parent
03ef5caa8a
commit
00c459e955
|
@ -1,14 +1,16 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
pwd
|
||||||
|
|
||||||
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 compile_translations
|
node_modules/.bin/grunt compile_translations
|
||||||
grunt concat
|
node_modules/.bin/grunt concat
|
||||||
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 compile_translations
|
node_modules/.bin/grunt compile_translations
|
||||||
grunt concat
|
node_modules/.bin/grunt concat
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue