by folks at Twitter. • Similar to Cocoapods (iOS) or Gradle (Android). • You can install most of the front-end libraries from Bower. • Helps you to manage dependencies (Bootstrap, jQuery, etc)
worry about third-party code dependencies anymore. ◦ It helps you to download them, update them and resolve their dependencies. • You can just easily reproduce the software stack for a new project, team collaboration or whatever.
can do a lot of things ◦ Compile SASS/ SCSS/ LESS into CSS ◦ Minify CSS/ JS / JS ◦ Concatenate CSSs and JSs files into one. ◦ Remove unused codes ◦ and many more...
only 4 functions. ◦ gulp.task - defines your task ◦ gulp.src - source the files that you want to use. ◦ gulp.dest - points the output folder. ◦ gulp.watch- watch the files for changes.