Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1240647 - Remove offline page and appcache
Browse files Browse the repository at this point in the history
  • Loading branch information
jostw committed Jan 22, 2016
1 parent b7001be commit 4c9743d
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 3,295 deletions.
6 changes: 0 additions & 6 deletions gulpfile.js
Expand Up @@ -25,15 +25,9 @@ var packageFilesWhitelist = [
// include.js not included since it is written straight to package folder.
// Locale files will be dynamically whitelisted later.
'src/index.html',
'src/manifest.appcache',
'src/app-icons/*.png',
'src/media/css/include.css',
'src/media/fonts/FiraSans/firasansot-light-webfont.*',
'src/media/fonts/FiraSans/firasansot-regular-webfont.*',
'src/offline/*',
'src/offline/css/*',
'src/offline/js/*',
'src/offline/locales/*',
'src/tutorial/*',
'src/tutorial/css/*',
'src/tutorial/img/*',
Expand Down
1 change: 0 additions & 1 deletion package/templates/manifest.webapp
Expand Up @@ -9,7 +9,6 @@
"336": "media/img/app-icons/appic_web_apps.png"
},
"launch_path": "index.html",
"appcache_path": "manifest.appcache",
"name": "{name}",
"origin": "{origin}",
"type": "web",
Expand Down
10 changes: 1 addition & 9 deletions src/dev.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="manifest.appcache">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no,
Expand All @@ -19,14 +19,6 @@
<link rel="stylesheet" href="/media/css/smart-button.styl.css">
<link rel="stylesheet" href="/media/css/tutorial.styl.css">
{% endif %}

<script>
(function(navigator) {
if (!navigator.onLine) {
location.href = 'offline/index.html';
}
})(window.navigator);
</script>
</head>

<body class="home" data-media="media/" contextmenu="contextmenu">
Expand Down
10 changes: 0 additions & 10 deletions src/manifest.appcache

This file was deleted.

Binary file not shown.
953 changes: 0 additions & 953 deletions src/media/fonts/FiraSans/firasansot-light-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
69 changes: 0 additions & 69 deletions src/offline/css/index.css

This file was deleted.

28 changes: 0 additions & 28 deletions src/offline/index.html

This file was deleted.

11 changes: 0 additions & 11 deletions src/offline/js/index.js

This file was deleted.

0 comments on commit 4c9743d

Please sign in to comment.