Elevator Pitch
Maintaining the build process for an Angular app can be quite involved. A typical build pipeline will involve validating the source code for styling, passing tests, minifying, annotating, bundling, creating source maps, transpiling, and more. I will show how Gulp can simplify the build pipeline.
Description
Maintaining the build process for an Angular app can be quite involved. A typical build pipeline will involve validating the source code for styling, passing unit tests and end-to-end tests, minifying, annotating, bundling, creating source maps, transpiling and more. In this seminar I will show you how to use Gulp to manage your entire Angular workflow.
Notes
Starting from scratch, I will build an entire Angular workflow. I will talk about the most common steps found in an Angular workflow and show how to implement each step using Gulp.