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

Merge #20 and add Assets compile environment #21

Open polarlights opened 8 years ago

polarlights commented 8 years ago

In some project, there's some code that do something that maybe cost a lot of time, but it's worthless at compile assets. We may want to skip it. So I add a assets_env variable to make it.

Maybe it's not necessary, but we have more than a option to meet our complex logic. :)