This course has been updated! We now recommend you take the Webpack 4 Fundamentals course.

Check out a free preview of the full Front-End Tooling and Workflows with Grunt and Beyond course:
The "Vendor JavaScript Libraries & CoffeeScript" Lesson is part of the full, Front-End Tooling and Workflows with Grunt and Beyond course featured in this preview video. Here's what you'd learn in this lesson:

Dave separates his "js" target in the Gruntfile to include a "vendor" bundle and a "src" bundle. They are still combined in the "concat" task, however this separation will make using other dependency-management plugins like Bower much easier. Dave also replaces all the JavaScript source files with CoffeeScript files for comparison purposes.

Get Unlimited Access Now