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