]>
piware.de Git - webcomponents.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Martin Pitt [Fri, 1 Nov 2019 17:49:26 +0000 (18:49 +0100)]
Add npm: Separate html and js, taking lit-* from npm
This does not work yet, due to lit-element's bare import of lit-html:
TypeError: Error resolving module specifier: lit-html
Martin Pitt [Fri, 1 Nov 2019 17:21:18 +0000 (18:21 +0100)]
cdn.html: Add element with state and styling
Martin Pitt [Fri, 1 Nov 2019 16:58:31 +0000 (17:58 +0100)]
Add cdn.html: Single document without any additional local resources
That is the simplest way which avoids any kind of packaging, npm, etc.
It's also the slowest.