No release in over a year
Magepack tasks for Capistrano 3.x
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 13.0

Runtime

 Project Readme

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'