From b338f0ac430eebd77f28d40350f71f63fa62da26 Mon Sep 17 00:00:00 2001 From: Guillaume Lesniak Date: Mon, 24 Oct 2016 10:55:56 +0200 Subject: [PATCH] Module resources: Use grunt from path in dev --- scripts/link_modules_resources.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/link_modules_resources.sh b/scripts/link_modules_resources.sh index cfbadc4..7d17683 100755 --- a/scripts/link_modules_resources.sh +++ b/scripts/link_modules_resources.sh @@ -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