Merge pull request #68 from ayanamist/wip-cache.manifest
Use HTML5 cache manifest
This commit is contained in:
commit
80b0e2cb9a
|
@ -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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
|
|
||||||
<html>
|
<html manifest="/cache.manifest">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue