Skip to content

Commit

Permalink
Revert "Try implementing AppCache"
Browse files Browse the repository at this point in the history
This reverts commit d948bac.
  • Loading branch information
davidmegginson committed Apr 16, 2019
1 parent d948bac commit 082cd05
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 16 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@ docs/script.js: script.js
docs/icon.png: icon.png
cp icon.png docs/icon.png

docs/manifest.appcache: manifest.appcache
cp manifest.appcache docs/manifest.appcache

docs/index.html: hxl-knowledge-base.json gen-chooser.py docs/style.css docs/script.js docs/icon.png docs/manifest.appcache
docs/index.html: hxl-knowledge-base.json gen-chooser.py docs/style.css docs/script.js docs/icon.png
python gen-chooser.py > docs/index.html || rm docs/index.html
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="manifest.appcache">
<html>
<head>
<title>HXL hashtag chooser</title>
<link rel="stylesheet" href="style.css"/>
Expand Down
5 changes: 0 additions & 5 deletions docs/manifest.appcache

This file was deleted.

2 changes: 1 addition & 1 deletion gen-chooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def display_result(option, hashtag, attributes, previous_id):
print(" </section>")

print("<!DOCTYPE html>")
print("<html manifest=\"manifest.appcache\">")
print("<html>")
print(" <head>")
print(" <title>HXL hashtag chooser</title>")
print(" <link rel=\"stylesheet\" href=\"style.css\"/>")
Expand Down
5 changes: 0 additions & 5 deletions manifest.appcache

This file was deleted.

0 comments on commit 082cd05

Please sign in to comment.