[WRT] Fix utility script for grunt 67/157267/2
authorYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 24 Oct 2017 01:40:55 +0000 (10:40 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 24 Oct 2017 04:19:35 +0000 (13:19 +0900)
This removes dependency of system grunt and uses local grunt.

Change-Id: Ia1eb704ffcf7fb67b27501e4dc20ec5ddfd58471
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
wrt/build/run_grunt.sh

index f912884..6ffe589 100755 (executable)
@@ -2,5 +2,5 @@
 
 export SCRIPTDIR=$(readlink -e $(dirname $0))
 pushd $SCRIPTDIR
-grunt -v
+./node_modules/grunt-cli/bin/grunt -v
 popd