4 Commits

Author SHA1 Message Date
Deimos
28f6a15876 Add pip-wheel-metadata folder to .gitignore 2019-06-03 18:06:40 -06:00
Bauke
6a45f88864 Create package.json and ESLint+Stylelint configs 2019-06-03 13:05:37 -06:00
Deimos
f4c4973dc0 Stop using a spritesheet for site-icons
The site-icons spritesheet has already become unwieldy - it's almost
1MB, is mostly rarely-needed icons, and needs to be fully replaced and
re-downloaded whenever a new icon is added. With HTTP/2 now being widely
supported, spritesheets seem to be mostly obsolete, and I probably never
should have done it that way in the first place.

This commit changes over to simply using individual icon images, and
rebuilds the CSS file whenever new icons are downloaded. This new CSS
file will probably be somewhat large, but should gzip extremely well.
This probably still needs some work to support cache-busting on the CSS
file.
2019-03-12 13:06:58 -06:00
Deimos
e980ab3bda Initial open-source release 2018-07-17 13:39:29 -06:00