diff options
| author | mo khan <mo@mokhan.ca> | 2015-06-13 10:14:12 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-06-13 10:14:12 -0600 |
| commit | f4f5ac878b5e7c7bca05c62653078d8697170b2d (patch) | |
| tree | 92cadcc4a3f8c84786fd4052e6fdd66560373c0c /bin | |
| parent | 88b67efa0ebcb56ffcb23686566833b093277ea0 (diff) | |
attempt to copy the manifest file.
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 cd1630b..ca0da0b 100755 --- a/bin/precompile.sh +++ b/bin/precompile.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash set -e -DISABLE_SPRING=true RAILS_ENV=production bin/rake assets:precompile package:build +DISABLE_SPRING=true RAILS_ENV=production bin/rake assets:clobber assets:precompile package:build |
