Generates image sprites and their spritesheets (css, stylus, sass or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.
MIT License
191
stars
39
forks
source link
fix bug: src config could be string or array, and update readme #66
if the src config is a string type, then will throw an error: { Error: EISDIR: illegal operation on a directory, read errno: -4068, code: 'EISDIR', syscall: 'read' }, and the src type in readme is also wrong
Coverage decreased (-0.5%) to 98.413% when pulling 9294dee9a4c1e9a414d40667a834f559f984ea04 on lovetingyuan:master into c8c702f95af383ebd80bf6701c80737e5592f1ea on selaux:master.
Coverage decreased (-0.5%) to 98.413% when pulling 9294dee9a4c1e9a414d40667a834f559f984ea04 on lovetingyuan:master into c8c702f95af383ebd80bf6701c80737e5592f1ea on selaux:master.
Coverage decreased (-0.5%) to 98.413% when pulling 9294dee9a4c1e9a414d40667a834f559f984ea04 on lovetingyuan:master into c8c702f95af383ebd80bf6701c80737e5592f1ea on selaux:master.
Coverage decreased (-0.5%) to 98.413% when pulling 9294dee9a4c1e9a414d40667a834f559f984ea04 on lovetingyuan:master into c8c702f95af383ebd80bf6701c80737e5592f1ea on selaux:master.
if the
src
config is a string type, then will throw an error: { Error: EISDIR: illegal operation on a directory, read errno: -4068, code: 'EISDIR', syscall: 'read' }, and the src type in readme is also wrong