From a96a7efd9d6aa16807eb0e603b5f18c236aac9d6 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Thu, 20 Jul 2017 18:17:23 -0400 Subject: [PATCH] fix: Safari + iOS load bug --- config.sample.yml | 1 + fuse.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.sample.yml b/config.sample.yml index 6bc04225..7f10129f 100644 --- a/config.sample.yml +++ b/config.sample.yml @@ -13,6 +13,7 @@ title: Wiki # --------------------------------------------------------------------- # Full public path to the site, without the trailing slash # --------------------------------------------------------------------- +# INCLUDE CLIENT PORT IF NOT 80/443! host: http://localhost diff --git a/fuse.js b/fuse.js index 2c2a2a3c..ea6a7309 100644 --- a/fuse.js +++ b/fuse.js @@ -50,7 +50,8 @@ const ALIASES = { 'simplemde': 'simplemde/dist/simplemde.min.js', 'socket-io-client': 'socket.io-client/dist/socket.io.js', 'vue': (dev) ? 'vue/dist/vue.js' : 'vue/dist/vue.min.js', - 'vue-lodash': 'vue-lodash/dist/vue-lodash.min.js' + 'vue-lodash': 'vue-lodash/dist/vue-lodash.min.js', + 'vue-resource': (dev) ? 'vue-resource/dist/vue-resource.js' : 'vue-resource/dist/vue-resource.es2015.js' } const SHIMS = { jquery: {