ramda / ramda

:ram: Practical functional Javascript

Home Page:https://ramdajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add minify to partial build

Domixy500 opened this issue · comments

Hi all,
i like the partial build function to reduce some overhead.
Is there a way to to include a minify function in the partial build?
To get a ramda.custom.js and a ramda.custom.min.js as a result.
Like ramda.js and a ramda.min.js

Best regards.

I think this is best left up to the user, yes? Also this would require us to depend on a minifier..