Append timestamp to css sprite image path

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; }

I think you’ve got the wrong site.  You’d be better served asking for changes to the tool on the CodeAndWeb site.

This forum is for Corona related questions.  This particular sub-forum is for Texture packer questions as related to Corona.

I think you’ve got the wrong site.  You’d be better served asking for changes to the tool on the CodeAndWeb site.

This forum is for Corona related questions.  This particular sub-forum is for Texture packer questions as related to Corona.