twolfson / spritesmith

Utility that takes sprites and converts them into a stylesheet and its coordinates
MIT License
916 stars 56 forks source link

spritesmith depends on phantomjssmith which fails during an `npm rebuild` if phantomjs isn't present. #31

Closed muffinresearch closed 10 years ago

muffinresearch commented 10 years ago

Could phantomjssmith be placed into optionalDependencies so that a lack of phantomjs doesn't cause a npm rebuild to fail?

muffinresearch commented 10 years ago

Oh ignore me, I see it already is in optionalDependencies.