Skip to content
This repository has been archived by the owner on May 11, 2019. It is now read-only.

kacperk/capistrano-lazy-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Capistrano recipi for lazy precompailng of Rails assets (assets are precompiled only if they were changed)

Usage

Add to your Gemfile

gem 'capistrano-lazy-assets', :git => 'git://github.com/kacperk/capistrano-lazy-assets.git'

run

bundle install

then add to the end of your deploy.rb file

require "capistrano_lazy_assets"

you can run task by
cap deploy:assets:precompile

About

capistrano recipi for lazy assets loading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published