Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Merge "Add asset precompilation to the build capfile"
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Boedicker and Tim Labeeuw authored and Gerrit Code Review committed Dec 11, 2012
2 parents 62524f3 + 52f4689 commit 30dab6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/capfile
Expand Up @@ -194,6 +194,8 @@ task :update_micro, :roles => :build do
run_commands([
'cd ~/micro',
'git pull',
'cd micro',
'bundle exec rake assets:precompile'
])
end

Expand Down

0 comments on commit 30dab6c

Please sign in to comment.