-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
I've beein going through the Fiber code and stumbled upon the following line:
I was wondering if there are any side-effects that would prevent a call to app.config.Views.Load() from being made public via an app.ReloadViews() wrapper (or similar)?
The reason I'm asking is because I'm looking for a way to reload the whole views directory from disk without restarting the whole app.
Reactions are currently unavailable