PolymerElements / iron-icons

A set of icons for use with iron-icon
https://www.webcomponents.org/element/PolymerElements/iron-icons
105 stars 61 forks source link

Break icon sets into directories #42

Closed indolering closed 8 years ago

indolering commented 8 years ago

So I looked into the CSS/HTML portion of my vulcanized output and the majority of that code was unused iron-icons. These are aren't very compressible and I doubt DCE would catch unused ones.

I was thinking that you could keep the current system of an HTML import for each set but have your build system split the files up into discrete icons in a subdirectory. Then you can import the entire set during development and narrow down which icons to import after you've finished.

indolering commented 8 years ago

Derp, dupe of #19.