Module resources: Use grunt from path in dev

remotes/origin/master
Guillaume Lesniak 2016-10-24 10:55:56 +02:00
parent bbcf7d56a2
commit b338f0ac43
1 changed files with 2 additions and 2 deletions

View File

@ -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