samirkumardas / jmuxer

jMuxer - a simple javascript mp4 muxer that works in both browser and node environment.
Other
559 stars 114 forks source link

dist/jmuxer.js is out of date #107

Open etenoch opened 2 years ago

etenoch commented 2 years ago

It looks like dist/jmuxer.min.js has been kept up to date but the non minified version is quite old. We use both prebuilt minified and non-minified versions in our app for debugging purposes. It would be great to have the dist folder updated with new builds.

samirkumardas commented 2 years ago

Thank you. Need to update the rollup config file. Will do.