Skip to content

Instantly share code, notes, and snippets.

@emileswarts
Created July 24, 2013 09:25
Show Gist options
  • Save emileswarts/6069176 to your computer and use it in GitHub Desktop.
Save emileswarts/6069176 to your computer and use it in GitHub Desktop.
cd RAILS_ROOT
bundle exec rake assets:precompile RAILS_ENV=staging
cd public/assets
mv manifest.yml ../
rm -fr *
mv ../manifest.yml ./
mv app/assets ~/backup_assets_for_pj
mv public/system ~/system_back
vmc update appname (vmc does not know about git or jenkins)
vmc start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment