|
|
|
|
|
by esailija
3804 days ago
|
|
It is nothing like that. Npm/node is the task runner and you are not doing anything yourself that you wouldn't have to do with grunt/gulp anyway. They are the equivalent of making a function like `add(a, b) { return a + b; }` instead of just using the `+` operator that is already there, it is nothing like jQuery vs "raw javascript". |
|
Plus, I've never heard of npm/node as being described as a task runner. I would appreciate an explanation as to what you mean by that.