From accafbf9330826b165909dbebab01fe32d30805f Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Tue, 24 May 2016 13:39:47 +0200 Subject: [PATCH] run bower with allow root to be able to make js as root in particular I am running the generator inside linux containers as in-container root, so bower refusing to bow on account of being run as root is kind of silly --- contrib/setup/build_js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/setup/build_js.sh b/contrib/setup/build_js.sh index 8f938048..ba827259 100755 --- a/contrib/setup/build_js.sh +++ b/contrib/setup/build_js.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -bower install jquery jquery-flot highlightjs +bower --allow-root install jquery jquery-flot highlightjs JS_TARGET=../../data/templates/default/static/js