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

Add app/javascript to default assets_dependencies #31

Open coderliu opened 6 years ago

coderliu commented 6 years ago

Since webpacker has been used widely and will be default in Rails 6, perhaps we should add app/javascript to default assets_dependencies.

I am willing to make PR for this.