fix: mathjax timeout + external link icons

This commit is contained in:
NGPixel
2017-07-09 15:13:42 -04:00
parent 9d090ab392
commit 62ca6e55b3
11 changed files with 17 additions and 16 deletions

View File

@@ -114,9 +114,9 @@ globalTasks.then(() => {
log: true
})
// const bundleVendor = fuse.bundle('vendor').shim(SHIMS).instructions('~ index.js') // eslint-disable-line no-unused-vars
// const bundleApp = fuse.bundle('app').instructions('!> [index.js]')
const bundleApp = fuse.bundle('app').shim(SHIMS).instructions('> index.js')
const bundleVendor = fuse.bundle('vendor').shim(SHIMS).instructions('~ index.js') // eslint-disable-line no-unused-vars
const bundleApp = fuse.bundle('app').instructions('!> [index.js]')
// const bundleApp = fuse.bundle('app').shim(SHIMS).instructions('> index.js')
const bundleSetup = fuse.bundle('configure').instructions('> configure.js')
switch (mode) {