npm bower grunt lifecycle

Issue #20 closed
Marc Rodriguez-Estivill created an issue

Add support for "npm install" "bower install" "grunt" lifecycle in one task

Comments (3)

  1. Ryan Dunckel

    After thinking about it more, this is probably largely unnecessary as one could simply include separate tasks for each step.

  2. Marcin Oles

    Tasks should be as atomic as possible - combining multiple tasks into one is unnecessary. In this case it's possible to add "npm" task, "Node.js" custom task with script set to bower, and "Grunt" task.

  3. Log in to comment