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
Sprockets 3 changed the way it works so now our find_assets line in application.html doesn't work in production because it returns nil. We could turn compile on on staging/prod but that's not ideal as it will compile assets each time or we can find another way to access the assets and check if the js file exists.
Sprockets 3 changed the way it works so now our find_assets line in application.html doesn't work in production because it returns nil. We could turn compile on on staging/prod but that's not ideal as it will compile assets each time or we can find another way to access the assets and check if the js file exists.
rails/sprockets-rails#294
mileszs/wicked_pdf#476
The text was updated successfully, but these errors were encountered: