aslansky / css-sprite

css sprite generator
MIT License
734 stars 55 forks source link

Add option to disable sorting of layout #46

Closed andersaloof closed 9 years ago

andersaloof commented 9 years ago

Lets the user specify that the layout should not be sorted by the layout engine, but instead let the filename control the order (ideal if making a spritesheet of an animation and the user wants the order of the sprites to be consistent with the animation sequence). Defaults to true to make i backwards compatible with previous behaviour.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 96.89% when pulling f502abbb2e634449e52e158c089b12ffe3878e1d on andersaloof:patch-1 into 4f44f913973a7dc98647a424a8abdb1ccae1dc8e on aslansky:master.