-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Nature of issue?
- Found a bug
- Existing feature enhancement
- New feature request
Details about the bug:
It doesn't seem to cause any issues in the browser, so it's probably more cosmetic than anything else, but the production webpack URL references all have an extra / in them:
<!DOCTYPE html>
<html>
<head>
<title>p5.js Web Editor</title>
<link rel='stylesheet' href='/dist//app.b047ae5b88c5c3b65873.css' />
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel='shortcut icon' href='https://raw.githubusercontent.com/processing/p5.js-website-OLD/master/favicon.ico' type='image/x-icon'/ >
</head>
<body>
<div id="root" class="root-app">
</div>
<script>
//<![CDATA[
window.webpackManifest = {"0":"0.b047ae5b88c5c3b65873.js"};
//]]>
</script>
<script src='/dist//vendor.js'></script>
<script src='/dist//app.b047ae5b88c5c3b65873.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53383000-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels