summary refs log tree commit diff
path: root/pkgs/servers/consul/ui-no-bundle-exec.patch
blob: 5707b871049b7412b25d79559617f3f0e54ace9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/ui/scripts/dist.sh b/ui/scripts/dist.sh
index 0ad6e28e..db340da0 100755
--- a/ui/scripts/dist.sh
+++ b/ui/scripts/dist.sh
@@ -15,10 +15,9 @@ DEPLOY="../pkg/web_ui"
 rm -rf $DEPLOY
 mkdir -p $DEPLOY
 
-bundle check >/dev/null 2>&1 || bundle install
-bundle exec sass styles/base.scss static/base.css
+sass styles/base.scss static/base.css
 
-bundle exec ruby scripts/compile.rb
+ruby scripts/compile.rb
 
 # Copy into deploy
 shopt -s dotglob