Novage / p2p-media-loader

An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page
https://novage.com.ua/p2p-media-loader/demo.html
Apache License 2.0
1.43k stars 314 forks source link

Bad folders structure #186

Closed piranna closed 8 months ago

piranna commented 3 years ago

main entry in package.json files is pointing to dist folder, that usually is being used to store the browser bundles, while in this case the browser bundles are in build, that usually is a temporal folder. Project is using Typescript files, so they should be in src folder, being in lib the transpiled ones.

So: lib -> src, dist -> lib, build -> dist

mrlika commented 3 years ago

Thanks for the clarification. We will review folder structure changes and apply them to the next major release.

piranna commented 3 years ago

welcome