Closed vdumont closed 8 years ago
@bhousel This is the companion patch that adds --unique
option to the CLI to leverage generateLayoutUnique
(https://github.com/mapbox/spritezero/commit/00dd132bc36b2a283afbf0a453050ac3ff0f5759)
@bhousel @tmcw Can you guys take a look when you have a minute?
Looks good @vdumont, thanks!
@bhousel Awesome, thanks much!
@bhousel Sorry forgot one thing, any chance you can tag this for a new release?
@vdumont yes, already done - it's v1.1.0
Need @tmcw to grant permission for me to npm publish it...
Awesome, thank you so much! 👍
Add --unique option to support spritezero's
generateLayoutUnique
. Also regenerate fixtures since they were stale. ie: A fresh copy of origin/master fails to run tests since it picks up spritezero 3.5+ which switched to shelf-pack instead of bin-pack.