This post is going to be about how to use gulp and bower for dependencies management and automation. In my last post we setup the angularjs project with yeoman scaffolding and visual studio 2013 ; this is the continuation of the next part however this post can be used separately as well for gulp and bower:
Gulp.js
Gulp is a streaming build / task system ; it uses pips for streaming data that needs to be processed; like for instance minification of css and then publishing it to destination folder.
Bower
Bower is also a node module(plugin) that is used for managing dependencies for dev or production build , keeping them updated and reusing the packaging.
So lets work with examples and see what the hoopla is all about 🙂