mapbox / spritezero-cli

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

Ignore .DS_Store #6

Closed peterqliu closed 8 years ago

peterqliu commented 9 years ago

EDIT: it looks like spritezero is trying to process this as an SVG.

Got this error when trying to spritify https://gist.github.com/peterqliu/7ff62635aa09fd1db79b, even though width="72px" height="16px" is explicitly in the markup.

cc/ @tmcw @edenh

peterqliu commented 9 years ago

blocks https://github.com/mapbox/mapbox-gl-styles/pull/201

mbretschn commented 8 years ago

@peterqliu I had the same issue using OSX. I managed it to fix this by removing the .DS_Store file.

peterqliu commented 8 years ago

I realized that too! It looks like spritezero is trying to chew on that file, assuming it's an SVG.