mapbox / spritezero-cli

A command-line interface to spritezero.
Other
166 stars 66 forks source link

Add --unique option to support spritezero's generateLayoutUnique #10

Closed vdumont closed 8 years ago

vdumont commented 8 years ago

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.

vdumont commented 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)

vdumont commented 8 years ago

@bhousel @tmcw Can you guys take a look when you have a minute?

bhousel commented 8 years ago

Looks good @vdumont, thanks!

vdumont commented 8 years ago

@bhousel Awesome, thanks much!

vdumont commented 8 years ago

@bhousel Sorry forgot one thing, any chance you can tag this for a new release?

bhousel commented 8 years ago

@vdumont yes, already done - it's v1.1.0

Need @tmcw to grant permission for me to npm publish it...

vdumont commented 8 years ago

Awesome, thank you so much! 👍