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
I'm using Rails 5.1.4, sprockets 3.7.1 and sprockets-rails 3.2.1. When I start the development server and visit a url for the first time, precompiling is triggered hugely slowing down page load. This wasn't happening with Rails 4 and an older version of Sprockets.
The text was updated successfully, but these errors were encountered:
Since sprockets v3, there is a raise_unless_precompiled_asset call for each asset_path call to check if the asset precompiled. Sprockets-rails v2 does not perform such checks.
I'm using Rails 5.1.4, sprockets 3.7.1 and sprockets-rails 3.2.1. When I start the development server and visit a url for the first time, precompiling is triggered hugely slowing down page load. This wasn't happening with Rails 4 and an older version of Sprockets.
The text was updated successfully, but these errors were encountered: