Hacker News new | ask | show | jobs
by cdouce 4693 days ago
No need of Grunt at all. There is no need of npm scripts either, besides maybe for testing.

Tests and explanation comming soon. I appreciate your feedback!

1 comments

I feel like Grunt and npm scripts are the standard way people expect the build tools in node to work. You're already sort of using them by having npm test fork off to your Makefile