montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Minify into 1 file #163

Closed linvi closed 6 years ago

linvi commented 7 years ago

Would it be possible to provide a minified version of each collection type. The idea is that we would not have any require but only 1 minified file contianing all the dependencies required by the collection object.

Thank you for your great work.

hthetiot commented 6 years ago

npm run build aka collections.min.js