Error generator.js line 47
hugoZandel opened this issue · 5 comments
hugoZandel commented
C:\Users\MYUSER\AppData\Roaming\npm\node_modules\spritesheet-js\lib\generator.js:4
7
files[i].width = parseInt(size[1], 10);
^
TypeError: Cannot set property 'width' of undefined
node.js v0.10.25
imagemagik ImageMagick-6.8.8-6-Q16-x64-dll.exe
krzysztof-o commented
Can you give me an example of the whole command you use?
hugoZandel commented
spritesheet-js -f easeljs in/*.png
krzysztof-o commented
And could you please add thouse images so I can reproduce it
hugoZandel commented
krzysztof-o commented
It looks that it fails on files with spaces inside the name. It appears only on Windows.
Could you remove spaces and check whether it fixes the problem?