From 3692386b6283eb00de377af6c2437f31508d2db3 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Thu, 12 Feb 2015 16:48:10 -0200 Subject: Bower always uses node_modules and added LC_ALL for the compass compile to work --- provisioning/modules/pixelated/files/activate_custom_node_modules.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'provisioning/modules/pixelated/files/activate_custom_node_modules.sh') diff --git a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh index 5fa90b6a..2e15a42b 100755 --- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh +++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh @@ -32,9 +32,9 @@ echo "running python setup.py develop" python setup.py develop >/dev/null echo "running bower install" cd /vagrant/web-ui/ -bower install >/dev/null +node_modules/.bin/bower install >/dev/null echo "running go build" -./go build +LC_ALL=en_US.UTF-8 ./go build cd /vagrant -- cgit v1.2.3