Module resources: Use grunt from path in dev
parent
bbcf7d56a2
commit
b338f0ac43
|
@ -59,7 +59,7 @@ if [ -d node_modules/ng_backoffice ]; then
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
pushd node_modules/ng_backoffice
|
pushd node_modules/ng_backoffice
|
||||||
../.bin/grunt concat
|
grunt concat
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ if [ -d node_modules/ng_client ]; then
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
pushd node_modules/ng_client
|
pushd node_modules/ng_client
|
||||||
../.bin/grunt concat
|
grunt concat
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue