No commit activity in last 3 years
No release in over 3 years
Victoire 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

~> 1.3
~> 10.1

Runtime

>= 3.0.0.pre
 Project Readme

capistrano-victoire

Capistrano tasks used to deploy Victoire based projects.

Install

#add this line in your Gemfile
gem 'capistrano-victoire'
#add this line in your Capfile
require 'capistrano/victoire'

Then run

bundle install 
#or bundle update

Workflow

The default capistrano workflow is used with the addition of theses tasks.

after 'symfony:assets:install', 'victoire:assets:fetch'
after 'deploy:updated', 'victoire:viewReference:generate'
after 'deploy:updated', 'bazinga:js_translation:dump'
after 'deploy:updated', 'fos:js_routing:dump'
after 'deploy:updated', 'victoire:widget:generateCss'