googlearchive / polymer-element-catalog

A catalog of Polymer-based web components built by the Polymer team
BSD 3-Clause "New" or "Revised" License
164 stars 91 forks source link

Catalog source code is not minified #275

Open TimvdLippe opened 8 years ago

TimvdLippe commented 8 years ago

Currently the source code of the catalog is not minified. This appears to be removed by this commit. It is however unclear what the code was breaking.

Personally I have used minification techniques such as uglifyjs and htmlminifier with success and not breaking my application. Since this is one of the official Polymer sources, it is used as sample application by new users to see how Polymer is used in the wild and we got some questions in the Polymer Slack regarding the unoptimized source code of the catalog.