Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Use deck.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbabon committed Nov 21, 2012
1 parent 350b11c commit c7fdbfe
Show file tree
Hide file tree
Showing 19 changed files with 1,795 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -3,7 +3,7 @@
require 'rack' require 'rack'


use Rack::Static, use Rack::Static,
:urls => %w(/humans.txt /css /js), :urls => %w(/humans.txt /css /js /favicon.png),
:root => 'public', :root => 'public',
:cache_control => 'public, max-age=3000000', :cache_control => 'public, max-age=3000000',
:index => 'index.html' :index => 'index.html'
Expand Down

0 comments on commit c7fdbfe

Please sign in to comment.