Hacker News new | ask | show | jobs
by igl 4217 days ago
Show me one task in your Gruntfile that is complex. grunt-shell also just wraps child_process.spawn which is already trivial.
1 comments

If it's more than several lines, I write it out in a separate bash/js script and use grunt to call it, via shell or require() depending.

Not saying it's better than make or something else, but it's easy for everyone on the team to use & modify.