Hello! This is an adjunct article 🎥 to a talk I gave 🗣️ at the Polymer Summit London, in October 2016. It describes how to add Closure Compiler to the build steps of a Polymer project.
The Closure Compiler — also named JSCompiler, internally at Google — underpins most of Google’s web properties by optimizing, typechecking, transpiling and organizing JavaScript code. It makes Google more productive and allows us to build JavaScript using…