new build

This commit is contained in:
Thomas Ruoff
2018-02-03 00:26:21 +01:00
parent 3e9ece50fd
commit 22b128c1ee
10 changed files with 12 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"main.css": "static/css/main.12d2e57e.css",
"main.css.map": "static/css/main.12d2e57e.css.map",
"main.js": "static/js/main.533f06b6.js",
"main.js.map": "static/js/main.533f06b6.js.map"
"main.css": "static/css/main.7e7cd5ed.css",
"main.css.map": "static/css/main.7e7cd5ed.css.map",
"main.js": "static/js/main.630c0876.js",
"main.js.map": "static/js/main.630c0876.js.map"
}

View File

@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/favicon.ico"><title>PDFer</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"/><link href="/static/css/main.12d2e57e.css" rel="stylesheet"></head><body><div id="root"></div><script type="text/javascript" src="/static/js/main.533f06b6.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/favicon.ico"><title>PDFer</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"/><link href="/static/css/main.7e7cd5ed.css" rel="stylesheet"></head><body><div id="root"></div><script type="text/javascript" src="/static/js/main.630c0876.js"></script></body></html>

View File

@@ -0,0 +1 @@
"use strict";var precacheConfig=[["/index.html","e9bca01e62ba0079f29f5e0d1d6e2a6e"],["/static/css/main.7e7cd5ed.css","debc022ef2b5b9c8f5e9810a30c6e2eb"],["/static/js/main.630c0876.js","b396b323e417d9776bd4473e52c55ec9"]],cacheName="sw-precache-v3-sw-precache-webpack-plugin-"+(self.registration?self.registration.scope:""),ignoreUrlParametersMatching=[/^utm_/],addDirectoryIndex=function(e,t){var n=new URL(e);return"/"===n.pathname.slice(-1)&&(n.pathname+=t),n.toString()},cleanResponse=function(e){return e.redirected?("body"in e?Promise.resolve(e.body):e.blob()).then(function(t){return new Response(t,{headers:e.headers,status:e.status,statusText:e.statusText})}):Promise.resolve(e)},createCacheKey=function(e,t,n,r){var a=new URL(e);return r&&a.pathname.match(r)||(a.search+=(a.search?"&":"")+encodeURIComponent(t)+"="+encodeURIComponent(n)),a.toString()},isPathWhitelisted=function(e,t){if(0===e.length)return!0;var n=new URL(t).pathname;return e.some(function(e){return n.match(e)})},stripIgnoredUrlParameters=function(e,t){var n=new URL(e);return n.hash="",n.search=n.search.slice(1).split("&").map(function(e){return e.split("=")}).filter(function(e){return t.every(function(t){return!t.test(e[0])})}).map(function(e){return e.join("=")}).join("&"),n.toString()},hashParamName="_sw-precache",urlsToCacheKeys=new Map(precacheConfig.map(function(e){var t=e[0],n=e[1],r=new URL(t,self.location),a=createCacheKey(r,hashParamName,n,/\.\w{8}\./);return[r.toString(),a]}));function setOfCachedUrls(e){return e.keys().then(function(e){return e.map(function(e){return e.url})}).then(function(e){return new Set(e)})}self.addEventListener("install",function(e){e.waitUntil(caches.open(cacheName).then(function(e){return setOfCachedUrls(e).then(function(t){return Promise.all(Array.from(urlsToCacheKeys.values()).map(function(n){if(!t.has(n)){var r=new Request(n,{credentials:"same-origin"});return fetch(r).then(function(t){if(!t.ok)throw new Error("Request for "+n+" returned a response with status "+t.status);return cleanResponse(t).then(function(t){return e.put(n,t)})})}}))})}).then(function(){return self.skipWaiting()}))}),self.addEventListener("activate",function(e){var t=new Set(urlsToCacheKeys.values());e.waitUntil(caches.open(cacheName).then(function(e){return e.keys().then(function(n){return Promise.all(n.map(function(n){if(!t.has(n.url))return e.delete(n)}))})}).then(function(){return self.clients.claim()}))}),self.addEventListener("fetch",function(e){if("GET"===e.request.method){var t,n=stripIgnoredUrlParameters(e.request.url,ignoreUrlParametersMatching),r="index.html";(t=urlsToCacheKeys.has(n))||(n=addDirectoryIndex(n,r),t=urlsToCacheKeys.has(n));var a="/index.html";!t&&"navigate"===e.request.mode&&isPathWhitelisted(["^(?!\\/__).*"],e.request.url)&&(n=new URL(a,self.location).toString(),t=urlsToCacheKeys.has(n)),t&&e.respondWith(caches.open(cacheName).then(function(e){return e.match(urlsToCacheKeys.get(n)).then(function(e){if(e)return e;throw Error("The cached response that was expected is missing.")})}).catch(function(t){return console.warn('Couldn\'t serve response for "%s" from cache: %O',e.request.url,t),fetch(e.request)}))}});

View File

@@ -1 +0,0 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"static/css/main.12d2e57e.css","sourceRoot":""}

View File

@@ -1,2 +1,2 @@
.letter-options{width:320px}.letter-options label{display:block;color:#333;font-size:14px;font-weight:700}.letter-options input,.letter-options select,.letter-options textarea{margin-top:3px;margin-bottom:12px;width:100%}.letter-options textarea{resize:vertical}.letter-options textarea.address{height:80px}.letter-options textarea.body{height:340px}.letter-options .Collapsible{background-color:#ddd;border-radius:2px}.letter-options .Collapsible__trigger{padding-left:6px;cursor:pointer;line-height:24px;font-size:14px;font-weight:700}.letter-options .Collapsible__trigger.is-closed:before{content:"> "}.letter-options .Collapsible__trigger.is-open:before{content:"< "}.letter-options .Collapsible{margin-bottom:12px}.letter-options .Collapsible__contentInner{background-color:#fff;padding-top:12px;padding-left:12px}header h1{margin-left:12px}button{margin-top:12px;margin-right:12px;margin-bottom:12px}.home{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.home>div{padding:12px}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}
/*# sourceMappingURL=main.12d2e57e.css.map*/
.letter-options{width:320px}.letter-options label{display:block;color:#333;font-size:14px;font-weight:700}.letter-options input,.letter-options select,.letter-options textarea{margin-top:3px;margin-bottom:12px;width:100%}.letter-options textarea{resize:vertical}.letter-options textarea.address{height:80px}.letter-options textarea.body{height:340px}.letter-options .Collapsible{background-color:#ddd;border-radius:2px}.letter-options .Collapsible__trigger{padding-left:6px;cursor:pointer;line-height:24px;font-size:14px;font-weight:700}.letter-options .Collapsible__trigger.is-closed:before{content:"> "}.letter-options .Collapsible__trigger.is-open:before{content:"< "}.letter-options .Collapsible{margin-bottom:12px}.letter-options .Collapsible__contentInner{background-color:#fff;padding-top:12px;padding-left:12px}header h1{margin-left:12px}.p-button{margin-top:12px;margin-right:12px;margin-bottom:12px}.home{display:-ms-flexbox;display:flex}.home>div{padding:12px}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}
/*# sourceMappingURL=main.7e7cd5ed.css.map*/

View File

@@ -0,0 +1 @@
{"version":3,"sources":["LetterOptions.css","App.css","index.css"],"names":[],"mappings":"AAAA,gBACI,WAAa,CAGjB,sBACI,cACA,WACA,eACA,eAAkB,CAEtB,sEAGI,eACA,mBACA,UAAY,CAGhB,yBACI,eAAiB,CAGrB,iCACI,WAAa,CAGjB,8BACI,YAAc,CAGlB,6BACI,sBACA,iBAAmB,CAGvB,sCACI,iBACA,eACA,iBACA,eACA,eAAkB,CAGtB,uDACI,YAAc,CAGlB,qDACI,YAAc,CAGlB,6BACI,kBAAoB,CAGxB,2CACI,sBACA,iBACA,iBAAmB,CC1DvB,UACI,gBAAkB,CAGtB,UACI,gBACA,kBACA,kBAAoB,CAGxB,MACI,oBACA,YAAc,CAGlB,UACI,YAAc,CChBlB,KACE,8BACQ,qBAAuB,CAGjC,iBACE,2BACQ,kBAAoB","file":"static/css/main.7e7cd5ed.css","sourcesContent":[".letter-options {\n width: 320px;\n}\n\n.letter-options label {\n display: block;\n color: #333;\n font-size: 14px;\n font-weight: bold;\n}\n.letter-options input,\n.letter-options textarea,\n.letter-options select {\n margin-top: 3px;\n margin-bottom: 12px;\n width: 100%;\n}\n\n.letter-options textarea {\n resize: vertical;\n}\n\n.letter-options textarea.address {\n height: 80px;\n}\n\n.letter-options textarea.body {\n height: 340px;\n}\n\n.letter-options .Collapsible {\n background-color: #ddd;\n border-radius: 2px;\n}\n\n.letter-options .Collapsible__trigger {\n padding-left: 6px;\n cursor: pointer;\n line-height: 24px;\n font-size: 14px;\n font-weight: bold;\n}\n\n.letter-options .Collapsible__trigger.is-closed:before {\n content: \"> \";\n}\n\n.letter-options .Collapsible__trigger.is-open:before {\n content: \"< \";\n}\n\n.letter-options .Collapsible {\n margin-bottom: 12px;\n}\n\n.letter-options .Collapsible__contentInner {\n background-color: #fff;\n padding-top: 12px;\n padding-left: 12px;\n}\n\n\n\n\n// WEBPACK FOOTER //\n// ./src/LetterOptions.css","header h1 {\n margin-left: 12px;\n}\n\n.p-button {\n margin-top: 12px;\n margin-right: 12px;\n margin-bottom: 12px;\n}\n\n.home {\n display: -ms-flexbox;\n display: flex;\n}\n\n.home > div {\n padding: 12px;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/App.css","html {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n*, *:before, *:after {\n -webkit-box-sizing: inherit;\n box-sizing: inherit;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/index.css"],"sourceRoot":""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long