3c1d23bc by astaxie

#207

1 parent 95307a3d
Showing 1 changed file with 0 additions and 2 deletions
...@@ -71,14 +71,12 @@ func Run() { ...@@ -71,14 +71,12 @@ func Run() {
71 go GlobalSessions.GC() 71 go GlobalSessions.GC()
72 } 72 }
73 73
74 if AutoRender {
75 err := BuildTemplate(ViewsPath) 74 err := BuildTemplate(ViewsPath)
76 if err != nil { 75 if err != nil {
77 if RunMode == "dev" { 76 if RunMode == "dev" {
78 Warn(err) 77 Warn(err)
79 } 78 }
80 } 79 }
81 }
82 80
83 middleware.VERSION = VERSION 81 middleware.VERSION = VERSION
84 middleware.AppName = AppName 82 middleware.AppName = AppName
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!