saladinkzn / gretty

Advanced gradle plugin for running web-apps on jetty and tomcat.
MIT License
2 stars 2 forks source link

LiveReload support #8

Closed saladinkzn closed 8 years ago

saladinkzn commented 8 years ago

LiveReload is a really nice protocol to cause an automatic refresh on server-side events. We can use it in gretty (on fast reload or redeploy/restart)

saladinkzn commented 8 years ago

live reload is supported in snapshot version:

gretty {
     liveReloadEnabled = true
}