Skip to content

Commit

Permalink
Add and update Offline Application Cache manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrask committed Sep 21, 2011
1 parent 45c85f2 commit 22ea094
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions lib/app.coffee
Expand Up @@ -22,15 +22,16 @@
# VIEWS
view layout: ->
doctype 5
html ->
html manifest: 'default.appcache', ->
head ->
meta charset: 'utf-8'
title @title
meta name: 'viewport',
content: 'width=device-width,initial-scale=1.0'
link rel: 'stylesheet',
href: 'http://fonts.googleapis.com/css?family=Delius'
link rel: 'stylesheet', href: '/style.css'
link rel: 'stylesheet',
href: '/style.css'
script src: '/socket.io/socket.io.js'
script src: '/zappa/jquery.js'
script src: '/zappa/zappa.js'
Expand Down
8 changes: 5 additions & 3 deletions public/default.appcache
@@ -1,6 +1,8 @@
CACHE MANIFEST
# version 1
/icon.png
/style.css

FALLBACK:
/socket.io/socket.io.js
/zappa/jquery.js
/zappa/zappa.js
# /script.js
# /style.css

0 comments on commit 22ea094

Please sign in to comment.