Commit 25f4760
committed
Update demo to test loading lit-html works correctly,
and that relative paths within the original example
work correctly.
You probably don't want to commit this to the repository,
or maybe want to commit it as another demo/test.
Also, note that I couldn't support a path for lit-html of
'lit-html': '../node_modules/lit-html/lit-html'
because then there's no way to specify the path to lit-html's support
files (i.e. the other files in the lit-html/ directory). So instead
I did:
'lit-html': '../node_modules/lit-html'1 parent f5c7fef commit 25f4760
File tree
6 files changed
+16
-3
lines changed- demo
- src
- sub
6 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
File renamed without changes.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
0 commit comments