svg-sprite / gulp-svg-sprite

SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours
MIT License
648 stars 43 forks source link

timestamp updated in spritesheet.html even when there was no change #79

Closed DanielRuf closed 4 years ago

DanielRuf commented 6 years ago

It seems the timestamp in the spritesheet file is updated even when there were no new images or changes in the images.

diverent2 commented 6 years ago

Having the same problem with a project that worked just fine a few days ago.

This causes a new change for every time I run 'npm install' which is really annoying since the only changing thing are the date parameters.

Been trying it out to change "gulp-svg-sprite": "^1.3.6" inside "package.json" to not use the above versions, but it didn´t seem to fix the problem.

Any idea what could be causing this?

DanielRuf commented 6 years ago

I guess this was always the case but we see it now because the generated file is not ignored anymore.