CrowdHailer / fn.js

A JavaScript library built to encourage a functional programming style & strategy. - http://eliperelman.com/fn.js
MIT License
399 stars 30 forks source link

Remove dependence on gulp #24

Open CrowdHailer opened 8 years ago

CrowdHailer commented 8 years ago

Project is small enough to not require gulp as a build step

CrossEye commented 8 years ago

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.

CrowdHailer commented 8 years ago

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