echox icon indicating copy to clipboard operation
echox copied to clipboard

Implement auto reload when files changes

Open vishr opened this issue 8 years ago • 3 comments
trafficstars

Migrated from https://github.com/labstack/echo/issues/277

vishr avatar May 17 '17 02:05 vishr

This would be a very useful feature to have baked into Echo with some sort of development flag, or as mentioned when Debug is enabled. There was a third-party echo-livereload package but there was a breaking change in Echo that made it incompatible. Most generic implementations require proxying requests which isn't ideal.

I think this is a good feature to have natively implemented rather than just be a recipe. It's a small quality of life improvement that makes a big difference when making a lot of small changes to an application.

Fantastitech avatar Mar 17 '19 17:03 Fantastitech

I've used air with the default .air.conf without any issues so far.

skunkworker avatar Jan 21 '20 04:01 skunkworker

Is there any update on this? Restarting the server every time is tedious, atleast for local development

thebigbone avatar Feb 10 '24 14:02 thebigbone