diff --git a/.gitignore b/.gitignore index f20aae2..7800c23 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules yarn.lock cypress/screenshots templates/.* -dist \ No newline at end of file +dist +app/manifest \ No newline at end of file diff --git a/app/manifest/client.js b/app/manifest/client.js deleted file mode 100644 index 8c71326..0000000 --- a/app/manifest/client.js +++ /dev/null @@ -1,15 +0,0 @@ -// This file is generated by Sapper — do not edit it! -export const routes = [ - { pattern: /^\/?$/, params: () => ({}), load: () => import(/* webpackChunkName: "_" */ '../../routes/index.html') }, - { error: '4xx', load: () => import(/* webpackChunkName: "_4xx" */ '../../routes/4xx.html') }, - { error: '5xx', load: () => import(/* webpackChunkName: "_5xx" */ '../../routes/5xx.html') }, - { pattern: /^\/about\/?$/, params: () => ({}), load: () => import(/* webpackChunkName: "about" */ '../../routes/about.html') }, - { pattern: /^\/blog\/?$/, params: () => ({}), load: () => import(/* webpackChunkName: "blog" */ '../../routes/blog/index.html') }, - { pattern: /^\/blog(?:\/([^\/]+))?\/?$/, params: match => ({ slug: match[1] }), load: () => import(/* webpackChunkName: "blog_$slug$" */ '../../routes/blog/[slug].html') } -]; - -if (module.hot) { - import('/Users/208311/Development/SVELTE/sapper/src/hmr-client.js').then(client => { - client.connect(23456); - }); -} \ No newline at end of file diff --git a/app/manifest/server.js b/app/manifest/server.js deleted file mode 100644 index 48f7bd9..0000000 --- a/app/manifest/server.js +++ /dev/null @@ -1,20 +0,0 @@ -// This file is generated by Sapper — do not edit it! -import _ from '../../routes/index.html'; -import _4xx from '../../routes/4xx.html'; -import _5xx from '../../routes/5xx.html'; -import about from '../../routes/about.html'; -import blog from '../../routes/blog/index.html'; -import * as api_blog_posts from '../../routes/api/blog-posts.js'; -import * as api_blog_$slug$ from '../../routes/api/blog/[slug].js'; -import blog_$slug$ from '../../routes/blog/[slug].html'; - -export const routes = [ - { id: '_', type: 'page', pattern: /^\/?$/, params: () => ({}), module: _ }, - { error: '4xx', module: _4xx }, - { error: '5xx', module: _5xx }, - { id: 'about', type: 'page', pattern: /^\/about\/?$/, params: () => ({}), module: about }, - { id: 'blog', type: 'page', pattern: /^\/blog\/?$/, params: () => ({}), module: blog }, - { id: 'api_blog_posts', type: 'route', pattern: /^\/api\/blog-posts\/?$/, params: () => ({}), module: api_blog_posts }, - { id: 'api_blog_$slug$', type: 'route', pattern: /^\/api\/blog(?:\/([^\/]+))?\/?$/, params: match => ({ slug: match[1] }), module: api_blog_$slug$ }, - { id: 'blog_$slug$', type: 'page', pattern: /^\/blog(?:\/([^\/]+))?\/?$/, params: match => ({ slug: match[1] }), module: blog_$slug$ } -]; \ No newline at end of file diff --git a/app/manifest/service-worker.js b/app/manifest/service-worker.js deleted file mode 100644 index cb87744..0000000 --- a/app/manifest/service-worker.js +++ /dev/null @@ -1,29 +0,0 @@ -// This file is generated by Sapper — do not edit it! -export const timestamp = 1518910653621; - -export const assets = [ - "favicon.png", - "global.css", - "great-success.png", - "manifest.json", - "svelte-logo-192.png", - "svelte-logo-512.png" -]; - -export const shell = [ - "/client/_.0.6b48eb953c3d3763d72b.js", - "/client/blog.1.6b48eb953c3d3763d72b.js", - "/client/blog_$slug$.2.6b48eb953c3d3763d72b.js", - "/client/about.3.6b48eb953c3d3763d72b.js", - "/client/_5xx.4.6b48eb953c3d3763d72b.js", - "/client/_4xx.5.6b48eb953c3d3763d72b.js", - "/client/6.6.6b48eb953c3d3763d72b.js", - "/client/main.6b48eb953c3d3763d72b.js" -]; - -export const routes = [ - { pattern: /^\/?$/ }, - { pattern: /^\/about\/?$/ }, - { pattern: /^\/blog\/?$/ }, - { pattern: /^\/blog(?:\/([^\/]+))?\/?$/ } -]; \ No newline at end of file