capistrano-theme-uploader
Capistrano tasks used to deploy theme.
Install
#add this line in your Gemfile
gem 'capistrano-magepack'
#add this line in your Capfile
require 'capistrano/capistrano-magepack'
Then run
bundle install
#or bundle update
Workflow
The default capistrano workflow is used with the addition of theses tasks.
after 'deploy:published', 'capistrano-magepack:bundle_js'