Skip to content

Commit

Permalink
megacache
Browse files Browse the repository at this point in the history
  • Loading branch information
mattandrews committed Dec 7, 2010
1 parent b3a0cf7 commit ff4fafd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.yaml
Expand Up @@ -9,8 +9,8 @@ handlers:

- url: /html
static_dir: html
expiration: "1d"
expiration: "7d"

- url: /js
static_dir: js
expiration: "7d"
expiration: "1m"
2 changes: 1 addition & 1 deletion html/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>code highlighter test</title>
<title>code highlighter</title>

<!-- {microapp-css:../js/prettify.css} -->
<!-- {microapp-javascript:../js/prettify.js} -->
Expand Down

0 comments on commit ff4fafd

Please sign in to comment.