Skip to content

Commit 0b78ffe

Browse files
committed
Stencil 1.1.6
1 parent 6308141 commit 0b78ffe

18 files changed

+342
-2689
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
.stencil
33
dist
44
node_modules
5-
www
65
src/**/readme.md

src/index.html renamed to examples/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
box-shadow: inset 0px -15px 0 20px lightblue;
5656
}
5757
</style>
58-
<script src="/build/microbit.js"></script>
58+
<script type="module" src="../dist/microbit/microbit.esm.js"></script>
59+
<script nomodule src="../dist/microbit.js"></script>
5960
</head>
6061

6162
<body>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<head>
3-
<meta http-equiv="refresh" content="0; url='www/index.html'" />
3+
<meta http-equiv="refresh" content="0; url='examples/index.html'" />
44
</head>
55
</body>

0 commit comments

Comments
 (0)