mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 14:59:11 +02:00
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.
24 lines
323 B
Plaintext
24 lines
323 B
Plaintext
.vagrant
|
|
Customfile
|
|
|
|
__pycache__
|
|
*.py[co]
|
|
|
|
*.egg-info/
|
|
|
|
.cache/
|
|
.mypy_cache/
|
|
.webassets-cache/
|
|
.webassets-manifest
|
|
|
|
*.gz
|
|
*.log
|
|
|
|
# don't track the built versions of CSS and JS
|
|
tildes/static/css/*
|
|
tildes/static/js/third_party.js
|
|
tildes/static/js/tildes.js
|
|
|
|
# don't track site icon files
|
|
tildes/static/images/site-icons/*.png
|