apostrophecms / apostrophe-monitor

Monitors and restarts an Apostrophe app when your code, templates, etc. change. Like nodemon but much faster because it takes advantage of how Apostrophe works.
8 stars 1 forks source link

Live reload #9

Open icaliman opened 3 years ago

icaliman commented 3 years ago

Do you plan to implement live reload in the future?

It would be a great feature for faster development.

Thanks for your nice work!

boutell commented 3 years ago

In A3, which is due out soon, it's likely that we would do that mostly through the project's own webpack build. Not sure if it will happen in this module, there are cases where it would still make sense because backend code affects what is seen on the front end.