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
To me, it's a feature. In debug mode, we could make it checking for files on every request, but in production mode it should be resolving on compile-time.
List of files to load is determined on Nette DIC compile time when files are loaded by
This means that new files are not added immediately when new file is created. Nette DIC cache has to be invalidated in this situation.
On the other side, resolving file list on compile time does not slow down each http request.
The text was updated successfully, but these errors were encountered: