Show waiting gif until mod data is loaded
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ serveIndex = (request, response)->
|
||||
console.log ">>> #{request.path} ==> #{PRERENDER_ROOT}#{filePath}"
|
||||
response.sendFile filePath, root:PRERENDER_ROOT
|
||||
else
|
||||
console.log ">>> #{request.path} ==> #{ROOT}app.html"
|
||||
console.log ">>> #{request.path} ==> #{ROOT}/app.html"
|
||||
response.sendFile '/app.html', root:ROOT
|
||||
|
||||
serveData = (request, response)->
|
||||
|
||||
Reference in New Issue
Block a user