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
When in classes are not cached, we're not in a state where performance matters as much (like development mode) we want to see if any new files have been added to our precompile list by nature of them being added to disk. For example if you add an image to `images` and you have linked the directory:
```
//= link_directory ../images
```
This change also eliminates the need to restart the server in development when changes are made when using a manifest.js and Sprockets 4.
0 commit comments