From 3b10222721b213050eb7c1e045f72c0d96b813fd Mon Sep 17 00:00:00 2001 From: Youngsoo Choi Date: Tue, 24 Oct 2017 10:40:55 +0900 Subject: [PATCH] [WRT] Fix utility script for grunt This removes dependency of system grunt and uses local grunt. Change-Id: Ia1eb704ffcf7fb67b27501e4dc20ec5ddfd58471 Signed-off-by: Youngsoo Choi --- wrt/build/run_grunt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrt/build/run_grunt.sh b/wrt/build/run_grunt.sh index f912884..6ffe589 100755 --- a/wrt/build/run_grunt.sh +++ b/wrt/build/run_grunt.sh @@ -2,5 +2,5 @@ export SCRIPTDIR=$(readlink -e $(dirname $0)) pushd $SCRIPTDIR -grunt -v +./node_modules/grunt-cli/bin/grunt -v popd -- 2.7.4