Introduction
Welcome
What you should know
Using the exercise files
Getting Started
Why workflow management
Exploring our workflow
Installing requirements
Creating a package.json file
Adding our assets
Including our JavaScript files
Using Sass and Compass for CSS
Tracking our project with Git and GitHub
Setting Up a Development Workflow
Installing Gulp.js
Processing our first task with gulp-coffee
Combining our JavaScript
Importing libraries with Browserify
Processing Sass and Compass
Setting Up Builds and Automation
Issuing tasks in sequence and by default
Watching changes to our files
Reloading our browser automatically
Adding static reloads
Creating Production builds
Setting up environment variables
Uglifying conditionally with gulpif
Minifying our HTML
Crushing our JSON file
Compressing images
Conclusion
Next steps