eeditiones / tei-publisher-components

Web components used by TEI Publisher and apps generated by it
https://cdn.tei-publisher.com/
GNU General Public License v3.0
18 stars 14 forks source link

pb-tify codepen demo is broken #183

Open duckyb opened 17 hours ago

duckyb commented 17 hours ago

The demo for pb-tify is not working.

Steps to reproduce

  1. Navigate to https://cdn.tei-publisher.com/@2.23.2/dist/api.html#pb-tify.1
  2. Click on "Edit code" button
  3. Notice pb-view not loading in the lower part of the window

image

Expected behavior

I expect pb-tify to load as seen on the demo page:

image
duckyb commented 15 hours ago

The problem is that pb-tify.js is not being loaded in the codepen demo.

adding this tag fixes the issue:

<script type="module" src="https://unpkg.com/@teipublisher/pb-components@latest/dist/pb-tify.js"></script>