JavaScript Build Tools

JavaScript Build Tools

On this post I would continue to add my notes on JavaScript Build Tools, Its like commands, concepts, packages or anything around it.

Gulp.js automates build related tasks for web based frontend stuff e.g.  :

  • Minification
  • Concatenation
  • Less to CSS compilation
  • Optimising 3rd party and custom code
  • Injecting files into HTML
  • File revisions and versioning
  • Caching Angular Templates
  • Testing
  • Code Analysis

Yarn : Manage Javascript Dependencies e.g. Install libraries, packages, and applications

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s