gluckgames / pixi-packer

Fast and flexible texture packer for PIXI.js
MIT License
40 stars 6 forks source link

Write unit tests around cache invalidation #7

Closed marekventur closed 8 years ago

marekventur commented 9 years ago

See #6

There seem to be some problems with caches not getting invalidated enough and it makes me less than confident in our caching strategy.

A first step would be to write some specific tests around caching and write some smoke tests. (e.g. run, touch a file, run again, check for cache invalidation)

marekventur commented 9 years ago

cc @uorbe001

marekventur commented 8 years ago

Done. Will open another issue for smoke tests if I ever get around to doing it.