rails
rails copied to clipboard
How about conditionally compiling assets?
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.