You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"You don't need to worry about clearing the cached assets when you deploy a new release, because Rails will write out the asset's modification time as part of the URL, causing browsers to fetch a fresh copy of the asset."
But since my app is not Rails and it is Padrino, is there some way I can enable cache busting using Jammit itself?
The text was updated successfully, but these errors were encountered:
I am using jammit-sinatra in a Padrino app. I can't find a way to enable cache busing for my JS and CSS.
In the http://documentcloud.github.io/jammit/,
"You don't need to worry about clearing the cached assets when you deploy a new release, because Rails will write out the asset's modification time as part of the URL, causing browsers to fetch a fresh copy of the asset."
But since my app is not Rails and it is Padrino, is there some way I can enable cache busting using Jammit itself?
The text was updated successfully, but these errors were encountered: