fn.js
fn.js copied to clipboard
Remove dependence on gulp
Project is small enough to not require gulp as a build step
Ramda uses npm's for its build, fairly successfully. But it calls out to make too often for my liking. (I would like it to work for Windows users too.) Fixing this has just never become a high enough priority.
I want to keep fn small so hope that we wont have to call out to anything. I have already got gulp out of a v0.9 branch and it looks fine so will be sticking with that ideally