Releases: agrobbin/spritely
Releases · agrobbin/spritely
v0.2.6
- fixes undefined constant error in v0.2.5 (cd3d6cf)
v0.2.5
- use Ruby file digests rather than modification time to calculate sprite cache key (6223887)
v0.2.4
- Rather than sorting images by width, which may not be the same across different runs, sort by filename, which will always be the same. (b300446 and ef34619)
v0.2.3
- Hotfix: prepend a slash to the
.gitignore
line inserted via the generator (8b9b377)
v0.2.2
- Require presence of
app/assets/images/sprites
, no longer ignoring the folder in .gitignore
, just *.png
files within that folder (d0e7524)
- Implement an install generator to encapsulate gem setup functionality (68ea4cf)
v0.2.1
- Reset the sprockets directory cache after generating a sprite (a36f23e)
v0.2.0
- Adds
spritely-background
Sass function (#2)
- Take underscored image filenames into account (d3283c9)
v0.1.0
First non-pre-release version.
v0.0.5
- Fixes options splitting and merging in order to not lose certain per-image options (b0cd90a)
- Adds new
position
options (3bdf4e4)
v0.0.4
- Uses
depend_on
and depend_on_asset
to trigger sprockets cache busting when existing files change (8fa1028)