diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-20 11:58:52 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-26 10:16:45 +0000 |
commit | 4df10dea45b2c8dafa39925fcedfe296cc69431c (patch) | |
tree | ac43c18aff31407cc2c326c9f7b614c839539597 | |
parent | 35c4623a76bf1c515b3c11df17f260731f9e222b (diff) |
Precompile the assets in rails-post-deploy
-rwxr-xr-x | script/rails-post-deploy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy index c09868347..bd5165a72 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -96,3 +96,5 @@ bundle exec rake submodules:check bundle exec rake db:migrate #--trace bundle exec rake themes:install + +bundle exec rake assets:precompile |