discourse/lib/svg_sprite
David Taylor f2da630c19 FIX: SVG Sprite version hash should be based on bundle result
This version hash is used for the filename, and so browsers/CDNs cache based on it. Previously the version hash was based only on the list of requested icons. This can cause issues in a couple of situations, most commonly when developing themes with custom icons:

- A requested icon does not exist, and then later is added to the theme. The bundle output changes, but the hash did not
- The SVG content of an icon changes, but the name of the icon does not. The bundle output changes, but the hash did not
2019-11-14 13:20:16 +00:00
..
fa4-renames.json FIX: add vkontakte icon alias 2018-11-30 08:50:38 -05:00
svg_sprite.rb FIX: SVG Sprite version hash should be based on bundle result 2019-11-14 13:20:16 +00:00