summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-06-13 09:50:21 -0600
committermo khan <mo@mokhan.ca>2015-06-13 09:50:21 -0600
commit88b67efa0ebcb56ffcb23686566833b093277ea0 (patch)
tree956f90e92e76a710455fe33492a720c97a6f737d /bin
parenta906d2d14379a92c56f683cd70bb75ccb6f5c12d (diff)
disable spring during asset precompilation and copy sprockets manifest.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/precompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/precompile.sh b/bin/precompile.sh
index 9516842..cd1630b 100755
--- a/bin/precompile.sh
+++ b/bin/precompile.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
set -e
-RAILS_ENV=production bin/rake assets:precompile package:build
+DISABLE_SPRING=true RAILS_ENV=production bin/rake assets:precompile package:build