Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Javascript Task Runners

Javascript Task Runners

Presented in the Grayshirts Tech Talks.

Task runners are a set of tools to make build operation clean and well documented. They provide helpers to manage operations on the project file system via the command line.

Learn how Grunt and Gulp make this tasks.

Nico Brizuela

April 17, 2015
Tweet

More Decks by Nico Brizuela

Other Decks in Programming

Transcript

  1. The Gruntfile • The "wrapper" function • Project and task

    configuration • Loading Grunt plugins and tasks • Custom tasks
  2. RESUME • Based on files • Configuration over code •

    Independent tasks • Synchronic • 4600 plugins • > 2 years old • Based streams • Code over configuration • Sequence of methods • Async • 1500 plugins • > 1 years old