ReadAlongs / Studio-Web

Suite of web packages for creating interactive ReadAlongs (this repo was formerly called Web-Component)
https://readalong-studio.mothertongues.org/
Other
9 stars 9 forks source link

Make the live deployment use the published bundle, in sync with npm. #284

Open joanise opened 4 months ago

joanise commented 4 months ago

Now, since #281, the live is meant to be in sync with the published web-component, and the latest dev work on main goes to /dev. But the live still rebuilds the bundle as part of the deploy process. Instead, we would want to make sure it stays in sync with the version of web-component published on npmjs.

joanise commented 3 months ago

Or maybe we should just remove bundle.js from source control, it's a generated artifact, it doesn't really belong in the Git repo...