Right now, the templates get loaded once at the startup (in the initializer)
That makes sense for a production environment, but is annoying for development, where you are constantly changing the template.
Load the template every time in development and only once in staging and production.
Right now, the templates get loaded once at the startup (in the initializer) That makes sense for a production environment, but is annoying for development, where you are constantly changing the template. Load the template every time in development and only once in staging and production.