You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
This section lists commands used by the Polymer CLI command `polymer build`.
78
-
You can use them directly if you need to customize your build process.
79
-
80
-
### <b>vulcanize</b>—optimize HTML Imports {#vulcanize}
81
-
82
-
[vulcanize](https://github.com/polymer/vulcanize) is a tool for crushing an HTML Import file and its dependent HTML Imports into one file. Think of it as a build step for web components. Vulcanize reduces the number of requests made by your application by concatenating imports into a single file.
Vulcanize can be used from the CLI or ran programmatically from Node, `gulp-vulcanize`, or `grunt-vulcanize`. Read more about vulcanize in [Optimize for production](optimize-for-production).
### <b>crisper</b>—extract inline script from an HTML Import {#crisper}
104
-
105
-
[crisper](https://github.com/PolymerLabs/crisper) is a tool for extracting inline scripts from an HTML file and splitting them into a separate file. This is useful for cases where you need CSP compliance.
### <b>polybuild</b>—all-in-one build tool for optimizing apps {#polybuild}
137
-
138
-
*Equivalent to Polymer CLI command `polymer build`.*
139
-
140
-
[polybuild](https://github.com/PolymerLabs/polybuild) is an all-in-one build tool that combines vulcanize, crisper, and polyclean. Although less flexible than using the tools individually, polybuild is an easy solution if you want quick defaults.
You can use `polymer-build` from the command line if you need to customize your build process.
151
78
79
+
<ahref="https://github.com/Polymer/polymer-build/blog/master/README.md"target="_blank">See the polymer-build README for instructions</a>.
0 commit comments