cullophid / date-fp

Functional programming date manipulation library
121 stars 17 forks source link

Publish modularized files #44

Closed wuct closed 8 years ago

wuct commented 8 years ago

date-fp is published as a single build file, which forces consumers to required all functions in their bundles.

Maybe we can also release separated compiled-to-ES5 files, and consumers can required the only functions they need.

I would like to implement this if it looks good to you :)

cullophid commented 8 years ago

Sounds good. We already have function specific es6 modules, so this should simply be a matter of compiling the files.

cullophid commented 8 years ago

https://github.com/cullophid/date-fp/pull/45