Demystify the build tool that powers Ember CLI
Ember CLI is the powerhouse toolkit that drives modern Ember application development. Under the hood it uses Broccoli.js, a library dedicated to the formidable task of building your web application.
In this series we'll go over the original motivations for why Ember uses Broccoli, discuss key aspects of Broccoli's architecture, and learn the core plugin API through several coding examples.
You'll leave with a good mental model of how Broccoli works, as well as the confidence to alter the build-time configuration of your applications and addons.