p5.js-web-editor
p5.js-web-editor copied to clipboard
Fix empty project download
Fixes #2038
Changes: Updated buildZip and bundleExternalLibs functions in projects controller.
I have verified that this pull request:
- [x] has no linting errors (
npm run lint
) - [x] has no test errors (
npm run test
) - [x] is from a uniquely-named feature branch and is up to date with the
develop
branch. - [x] is descriptively named and links to an issue number, i.e.
Fixes #123
The solution works locally on my machine but fails in CI due to peer dependency errors. Can anyone help me with this so we can get this merged? Thanks
I don't see the dependency issues you described; it appears to be working and passed the tests and linting! Thank you so much for your work! :)