Closed Elad-Laufer closed 7 years ago
Keeping a dist in your git repository has downsides: It must/should be kept in-sync for every commit, It allows people to base their projects on your git repo, which is not always what you want.
I rather people would either:
Not sure yet.
I agree that it should be on a CDN (and that it's less desirable to include a dist). In fact, I could use a CDN for the demos that I'm working on for the docs.
Implemented a minified UMD build which is available on a CDN: https://github.com/wix/vidi/releases/tag/v0.3.0
Hi,
Seems that dist/vidi.js and dist/vidi.min.js are missing.
Cheers, Elad