capistrano / rails

Official Ruby on Rails specific tasks for Capistrano
http://www.capistranorb.com/
MIT License
867 stars 270 forks source link

How about conditionally compiling assets? #249

Open mmhan opened 3 years ago

mmhan commented 3 years ago

What if we use a cap variable that list the assets folders for both sprockets and webpacker and use that data to conditionally compile assets only if they have changed?

That way we can further reduce the amount of time taken for each deployments.