go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

View file hot reload without watcher on dev profile with `aah run` #189

Closed jeevatkm closed 6 years ago

jeevatkm commented 6 years ago

The goal is to hot-reload the view template files on dev profile with aah run.

Currently, any changes done on view file(s) detected by watcher and then aah cli complies & restarts the app.

So it would be better to load the template on request, directly from FS without app restart.

jeevatkm commented 6 years ago

Its done 😄