Show waiting gif until mod data is loaded

This commit is contained in:
Andrew Miner
2015-05-13 17:52:15 -07:00
parent 44c247837b
commit db31c3bd7e
6 changed files with 33 additions and 3 deletions
+1 -1
View File
@@ -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)->