-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): BasePath should be / and not esm-bundled
- Loading branch information
1 parent
eb1b088
commit 5ac84dd
Showing
6 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>luminave</title><meta name="description" content="Manage all the lights with your web browser and create stunning visual experiences."><base href="/esm-bundled/"><link rel="icon" href="images/favicon.ico"><link rel="manifest" href="manifest.json"><meta name="theme-color" content="#424b4b"><meta name="mobile-web-app-capable" content="yes"><meta name="application-name" content="luminave"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="apple-mobile-web-app-title" content="luminave"><link rel="apple-touch-icon" href="images/manifest/icon-48x48.png"><link rel="apple-touch-icon" sizes="72x72" href="images/manifest/icon-72x72.png"><link rel="apple-touch-icon" sizes="96x96" href="images/manifest/icon-96x96.png"><link rel="apple-touch-icon" sizes="144x144" href="images/manifest/icon-144x144.png"><link rel="apple-touch-icon" sizes="192x192" href="images/manifest/icon-192x192.png"><meta name="msapplication-TileImage" content="images/manifest/icon-144x144.png"><meta name="msapplication-TileColor" content="#424b4b"><meta name="msapplication-tap-highlight" content="no"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@NERDDISCO"><meta property="og:type" content="website"><meta property="og:site_name" content="luminave"><meta property="og:image" content="images/manifest/icon-144x144.png"><script>if("serviceWorker"in navigator){window.addEventListener("load",function(){navigator.serviceWorker.register("service-worker.js",{scope:"/"})})}window.process={env:{NODE_ENV:"production"}};</script><style>@import url('https://fonts.googleapis.com/css?family=Open+Sans');body{margin:0;padding:0;font-family:'Open Sans', sans-serif;font-weight:400;line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;background-color:#212121;}</style></head><body><lumi-nave></lumi-nave><noscript>Please enable JavaScript to use luminave.</noscript><script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script><script src="node_modules/webmidi/webmidi.min.js"></script><script src="libs/keytime/index.js"></script><script src="libs/buffer/index.js"></script><script src="libs/uuid/v1.js"></script><script type="module" src="src/app.js" crossorigin=""></script></body></html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>luminave</title><meta name="description" content="Manage all the lights with your web browser and create stunning visual experiences."><base href="/"><link rel="icon" href="images/favicon.ico"><link rel="manifest" href="manifest.json"><meta name="theme-color" content="#424b4b"><meta name="mobile-web-app-capable" content="yes"><meta name="application-name" content="luminave"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="apple-mobile-web-app-title" content="luminave"><link rel="apple-touch-icon" href="images/manifest/icon-48x48.png"><link rel="apple-touch-icon" sizes="72x72" href="images/manifest/icon-72x72.png"><link rel="apple-touch-icon" sizes="96x96" href="images/manifest/icon-96x96.png"><link rel="apple-touch-icon" sizes="144x144" href="images/manifest/icon-144x144.png"><link rel="apple-touch-icon" sizes="192x192" href="images/manifest/icon-192x192.png"><meta name="msapplication-TileImage" content="images/manifest/icon-144x144.png"><meta name="msapplication-TileColor" content="#424b4b"><meta name="msapplication-tap-highlight" content="no"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@NERDDISCO"><meta property="og:type" content="website"><meta property="og:site_name" content="luminave"><meta property="og:image" content="images/manifest/icon-144x144.png"><script>if("serviceWorker"in navigator){window.addEventListener("load",function(){navigator.serviceWorker.register("service-worker.js",{scope:"/"})})}window.process={env:{NODE_ENV:"production"}};</script><style>@import url('https://fonts.googleapis.com/css?family=Open+Sans');body{margin:0;padding:0;font-family:'Open Sans', sans-serif;font-weight:400;line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;background-color:#212121;}</style></head><body><lumi-nave></lumi-nave><noscript>Please enable JavaScript to use luminave.</noscript><script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script><script src="node_modules/webmidi/webmidi.min.js"></script><script src="libs/keytime/index.js"></script><script src="libs/buffer/index.js"></script><script src="libs/uuid/v1.js"></script><script type="module" src="src/app.js" crossorigin=""></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters