capistrano-plugins / capistrano-faster-assets

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

Added warning about assets that depend on ERB #5

Closed RSO closed 9 years ago

RSO commented 9 years ago

I was trying to figure out why we stopped using this gem in our codebase, and seeing the diff call in the source code made me remember, so I thought it would be wise to document this somewhere.

rhomeister commented 9 years ago

Thanks @RSO. Good point. Unfortunately, I don't see an easy way to detect changes in the ERB output. Your warning should indeed be heeded.