Skip to content

Commit

Permalink
Rebuild with no prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
cannoneyed committed Oct 31, 2019
1 parent 0a53045 commit 7d247ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/bundle-supplement.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/bundle-supplement.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="global.css" />
<link rel="stylesheet" href="https://cnsviewer2.corp.google.com/cns/od-d/home/andycoenen/understanding-umap/bundle.css" />
<link rel="stylesheet" href="/bundle.css" />

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.12.0/d3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script>
<script src="https://cnsviewer2.corp.google.com/cns/od-d/home/andycoenen/understanding-umap/scatter-gl.min.js"></script>
<script src="/scatter-gl.min.js"></script>
</head>

<body>
<script defer src="https://cnsviewer2.corp.google.com/cns/od-d/home/andycoenen/understanding-umap/bundle.js" type="text/javascript"></script>
<script defer src="/bundle.js" type="text/javascript"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions public/supplement.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="global.css" />
<link rel="stylesheet" href="https://cnsviewer2.corp.google.com/cns/od-d/home/andycoenen/understanding-umap/bundle-supplement.css" />
<link rel="stylesheet" href="/bundle-supplement.css" />

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.12.0/d3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script>
<script src="https://cnsviewer2.corp.google.com/cns/od-d/home/andycoenen/understanding-umap/scatter-gl.min.js"></script>
<script src="/scatter-gl.min.js"></script>
</head>

<body>
<script defer src="https://cnsviewer2.corp.google.com/cns/od-d/home/andycoenen/understanding-umap/bundle-supplement.js" type="text/javascript"></script>
<script defer src="/bundle-supplement.js" type="text/javascript"></script>
</body>
</html>

0 comments on commit 7d247ad

Please sign in to comment.