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
After update from sprockets 2.x assets now are compiled every time app starts in development environment. What is exactly compiled? Everything! Application assets and assets from all loaded Rails::Engine.
To reproduce:
start app
open index page
wait until all assets are compiled
page load
if you reload page assets are not recompiled (as expected).