aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRubén Beltrán del Río <ben@nsovocal.com>2018-04-22 16:40:39 -0500
committerGitHub <noreply@github.com>2018-04-22 16:40:39 -0500
commitf45bcde17fe0a8849e647ac843106fb51d2e8971 (patch)
tree92ce036ffb5cbcae446c4ad74c6dcbf5cb690156 /index.html
parent493ec31cb19b4211c703762d14a4e6232c4c2143 (diff)
Use Parcel (#5)
* Replace webpack with parcel * Use relative paths on the main index * Include the babel polyfill * Add missing semicolon * Add hooks to lint before commits * Delete webpack config
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 6eeb7e3..8636ce4 100644
--- a/index.html
+++ b/index.html
@@ -6,9 +6,9 @@
<title>Sumo</title>
- <script src="/assets/bundle.js"></script>
+ <script src="./lib/sumo.js"></script>
- <link href="/css/style.css" rel="stylesheet">
+ <link href="./css/style.css" rel="stylesheet">
</head>
<body>
<div id="sumo-app-entry-point">