diff options
| author | mo khan <mo@mokhan.ca> | 2015-06-13 09:50:21 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-06-13 09:50:21 -0600 |
| commit | 88b67efa0ebcb56ffcb23686566833b093277ea0 (patch) | |
| tree | 956f90e92e76a710455fe33492a720c97a6f737d /bin | |
| parent | a906d2d14379a92c56f683cd70bb75ccb6f5c12d (diff) | |
disable spring during asset precompilation and copy sprockets manifest.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/precompile.sh | 2 |
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 |
