Skip to content

Commit

Permalink
Temporarily disable appcache and force-ssl while we figure out how to…
Browse files Browse the repository at this point in the history
… make them work right together.
  • Loading branch information
n1mmy committed Mar 17, 2015
1 parent 8ea5618 commit d6dea52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ underscore
showdown
jquery-waypoints
spiderable
appcache
reload-safetybelt
simple:markdown-templating
simple:highlight.js
less
force-ssl
2 changes: 0 additions & 2 deletions docs/.meteor/versions
2 changes: 2 additions & 0 deletions docs/lib/appcache-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
if (Meteor.isServer) {
/*
Meteor.AppCache.config({
// Turn off appcache on Safari. Apparently Safari 7's AppCache is totally
// busted. In particular, this fact combined with our "RELOAD_SAFETYBELT"
Expand All @@ -9,4 +10,5 @@ if (Meteor.isServer) {
// ... and Firefox too. See eg https://github.com/meteor/meteor/issues/3248
firefox: false
});
*/
}

0 comments on commit d6dea52

Please sign in to comment.