FAQ - doshprompt/ng-scaffolding GitHub Wiki
Why Gulp over Grunt?
Gulp is an expressive, streaming build system which brings a terse, easy to use configuration setup we feel benefits those using front-end build tooling. We enjoy using it for speed and task composability. Although Grunt is a fantastic tool with a rich ecosystem of existing plugins, it comes with a level of (what some deem) over-configuration when it comes to simple tasks. The team working on Web Starter Kit continue to use and love both tools, but felt Gulp would be a better fit for the needs of our users in this particular case.
Why Bower over Browserify?
The front-end package management community is incredibly diverse with some developers preferring to use Bower and others preferring to use npm and Browserify for managing dependencies.