Skip to content

Commit

Permalink
Use HTML5 cache manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanamist committed Sep 26, 2013
1 parent ad29069 commit 4169717
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions app/web/cache.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
CACHE MANIFEST
#Version 2.3.1

CACHE:
favicon.ico
img/logo.png
img/header_background.png
app-min.js
datapolicy.txt
robots.txt
lib/ace/ace-min.js
lib/ace/worker-json.js
lib/jsonlint/jsonlint.js
lib/jsoneditor/img/jsoneditor-icons.png
lib/jsoneditor/jsoneditor-min.css
lib/jsoneditor/jsoneditor-min.js
index.html
app-min.css
doc/img/actions_menu.png
doc/img/button_actions_menu.png
doc/img/button_dragarea.png
doc/img/tree_editor.png
doc/img/main_menu.png
doc/img/code_editor.png
doc/img/splitter.png
doc/index.html
doc/doc.css

2 changes: 1 addition & 1 deletion app/web/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE HTML>

<html>
<html manifest="/cache.manifest">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">

Expand Down

0 comments on commit 4169717

Please sign in to comment.