capistrano-faster-assets-and-packs 1.2.0
Speeds up asset compilation by skipping the assets:precompile task if none of the assets were changed since last release. And also skiping the webpack:compile task if nonoe of the app/javascript or yarn.lock changed since last release. This Gem is fork form *capistrano-faster-assets* and one of amazing PR in this gem Original Version: https://github.com/capistrano-plugins/capistrano-faster-assets Original PR: https://github.com/AutoUncle/capistrano-faster-assets Works *only* with Capistrano 3+. Based on https://coderwall.com/p/aridag
Gemfile:
=
installieren:
=
Runtime Abhängigkeiten (1):
capistrano
>= 3.1
Development Abhängigkeiten (1):
rake
>= 0