Skip to content

Commit

Permalink
Properly handle host/port (fixes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Oct 16, 2019
1 parent f3c8f5c commit 8a79d02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><meta name="Description" content="Put your description here."><base href="/"><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500&amp;display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400&amp;display=swap" rel="stylesheet"><style>body,html{margin:0;padding:0;font-family:Roboto;background-color:#fff}</style><title>net viel</title><link rel="preload" href="net-viel.js" as="script" crossorigin="anonymous"></head><body><net-viel></net-viel><script>window.importShim=t=>import(t.startsWith(".")?new URL(t,document.baseURI):t);</script><script>!function(){function e(e,o){return new Promise((function(t,n){document.head.appendChild(Object.assign(document.createElement("script"),{src:e,onload:t,onerror:n},o?{type:"module"}:void 0))}))}var o=[];function t(){window.importShim("./net-viel.js")}"noModule"in HTMLScriptElement.prototype&&!("importShim"in window)&&o.push(e("polyfills/dynamic-import.b745cfc9384367cc18b42bbef2bbdcd9.js",!1)),"attachShadow"in Element.prototype&&"getRootNode"in Element.prototype||o.push(e("polyfills/webcomponents.cc3976af76b5e726e2a7e86686c930f1.js",!1)),!("noModule"in HTMLScriptElement.prototype)&&"getRootNode"in Element.prototype&&o.push(e("polyfills/custom-elements-es5-adapter.84b300ee818dce8b351c7cc7c100bcf7.js",!1)),o.length?Promise.all(o).then(t):t()}();</script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><meta name="Description" content="Put your description here."><base href="/"><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500&amp;display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400&amp;display=swap" rel="stylesheet"><style>body,html{margin:0;padding:0;font-family:Roboto,sans-serif;background-color:#fff}</style><title>net viel</title><link rel="preload" href="net-viel.js" as="script" crossorigin="anonymous"></head><body><net-viel></net-viel><script>window.importShim=t=>import(t.startsWith(".")?new URL(t,document.baseURI):t);</script><script>!function(){function e(e,o){return new Promise((function(t,n){document.head.appendChild(Object.assign(document.createElement("script"),{src:e,onload:t,onerror:n},o?{type:"module"}:void 0))}))}var o=[];function t(){window.importShim("./net-viel.js")}"noModule"in HTMLScriptElement.prototype&&!("importShim"in window)&&o.push(e("polyfills/dynamic-import.b745cfc9384367cc18b42bbef2bbdcd9.js",!1)),"attachShadow"in Element.prototype&&"getRootNode"in Element.prototype||o.push(e("polyfills/webcomponents.cc3976af76b5e726e2a7e86686c930f1.js",!1)),!("noModule"in HTMLScriptElement.prototype)&&"getRootNode"in Element.prototype&&o.push(e("polyfills/custom-elements-es5-adapter.84b300ee818dce8b351c7cc7c100bcf7.js",!1)),o.length?Promise.all(o).then(t):t()}();</script></body></html>
6 changes: 3 additions & 3 deletions js/net-viel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/net-viel.js.map

Large diffs are not rendered by default.

0 comments on commit 8a79d02

Please sign in to comment.