Novage / p2p-media-loader

An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad folders structure

piranna opened this issue · comments

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

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