genetic-js
genetic-js copied to clipboard
Use Grunt or Gulp instead of make
Make is native for Linux enviroments, but not for Windows. It takes a lot of dependencies for both. Change for Grunt or Gulp will increase development portability and make life easier.
I think just using npm scripts may be more convenient here.
No, don't re-invent the wheel - make is just fine.