Use placeholder images for item groups
This commit is contained in:
+4
-1
@@ -41,7 +41,10 @@ app.get '*', (request, response)->
|
||||
console.log ">>> #{request.path}"
|
||||
|
||||
response.set 'Content-Type', contentType
|
||||
response.sendFile request.path, root:ROOT
|
||||
|
||||
sendFile = -> response.sendFile request.path, root:ROOT
|
||||
|
||||
setTimeout sendFile, 100 # change the zero to post files after a short delay
|
||||
|
||||
server = app.listen 8000, ->
|
||||
console.log "listening at: #{server.address().address}:#{server.address().port}"
|
||||
|
||||
Reference in New Issue
Block a user