genetic-js icon indicating copy to clipboard operation
genetic-js copied to clipboard

Use Grunt or Gulp instead of make

Open renatoalencar opened this issue 9 years ago • 2 comments

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.

renatoalencar avatar Jun 21 '16 12:06 renatoalencar

I think just using npm scripts may be more convenient here.

vrockai avatar Jun 29 '16 07:06 vrockai

No, don't re-invent the wheel - make is just fine.

danielsokolowski avatar Apr 19 '18 04:04 danielsokolowski