dbelyaeff / capistrano-webpacker-precompile

This gem is crafted to make webpacker users life easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capistrano::Webpacker::Precompile

This gem add assets precompilation to webpacker gem.

Installation

Add this line to your application's Gemfile development group:

gem 'capistrano-webpacker-precompile', require: false

And then execute:

$ bundle

Usage

To add webpacker precompile task add this line to your Capfile:

require "capistrano/webpacker/precompile"

Then you need do edit your config/deploy.rb file and add next line:

after 'deploy:updated', 'webpacker:precompile'

Done!

Now cap production deploy command will automatically precompile webpacker assets and sync it with remote server.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Capistrano::Webpacker::Precompile project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

This gem is crafted to make webpacker users life easier.

License:MIT License


Languages

Language:Ruby 97.1%Language:Shell 2.9%