Is there a way to append a timestamp or a version tag to the published css file image path in css(responsive,retina)? If not, is this feature palned?
I used the glue sprite generator. Here you can add a cachebuster option:
http://glue.readthedocs.io/en/latest/options.html#cachebuster
Would realy like to see this feature in Texturepacker.
Example:
.sprite-buildings-house::after {content: '\00a0';display: inline-block; width:108px; height:83px; background-position: 0.16611295681063123% 0.5882352941176471%;background-size: 657.4074074074074% 304.8192771084337%;background-image: url(../images/sprites/buildings.png);padding: 0; }
Should be:
.sprite-buildings-house::after {content: '\00a0';display: inline-block; width:108px; height:83px; background-position: 0.16611295681063123% 0.5882352941176471%;background-size: 657.4074074074074% 304.8192771084337%;background-image: url(../images/sprites/buildings.png?987654321);padding: 0; }