Rating is available when the video has been rented.
This feature is not available right now. Please try again later.
Published on Jan 4, 2017
It's time to wrap up our series on Firebase and Polymer. In today's episode we'll look at how you can use the polymer-build library to craft a Gulpfile to bundle your Polymer and Firebase resources for production. polymer-build is a really helpful little resource that will take your HTML Imports and split them into individual streams for your CSS, HTML, and JavaScript. You can then pipe these streams to individual gulp tasks to do minification, etc. then use polymer-build to recombine the streams and output the final product.