capistrano-plugins / capistrano-faster-assets

Skips asset compilation if none of the assets were changed since last release.
MIT License
187 stars 38 forks source link

Skip cleanup assets #26

Closed djmb closed 7 years ago

djmb commented 7 years ago

Turn deploy:compile_assets and deploy:cleanup_assets into no-ops and replace with a single deploy:compile_and_cleanup_assets task that checks for asset changes and only runs the compile and cleanup if there are changes