cu-mkp / editioncrafter

Software for the development of EditionCrafter, digital critical edition publication tool
https://cu-mkp.github.io/editioncrafter/
MIT License
8 stars 3 forks source link

Include CSS and images in JS file #42

Closed camdendotlol closed 1 year ago

camdendotlol commented 1 year ago

Summary

Closes #17

Notes

I'm a little nervous about this one - while I tested it locally by importing the JS bundle into a fresh create-react-app React app, I can't perfectly replicate the conditions of pulling the React package from NPM or pulling the UMD bundle from Unpkg.

NickLaiacona commented 1 year ago

Shall I just accept this and you can push it out to NPM, then we can try it out on editioncrafter-project via unpkg?

camdendotlol commented 1 year ago

@NickLaiacona Sounds good. I also want to merge #39 before creating a new release.