1
0
mirror of https://github.com/beego/bee.git synced 2025-11-15 18:43:56 +00:00
Files
bee/watch.go
Sergey Lanzman ee3dd8f436 Update watch.go
fix bug with reload static files
before:
on change static file bee reload web page
on change go files bee only reload web page
after:
on change static file bee reload web page
on change go files bee rebuild app without not reload web page.
2017-02-25 22:14:45 +02:00

6.6 KiB