kendo-labs / kendo-bootstrapper

GNU General Public License v3.0
49 stars 20 forks source link

Clicking Optimize Images throws an exception #14

Closed bsatrom closed 11 years ago

bsatrom commented 11 years ago

child_process.js:922 throw errnoException(process._errno, 'spawn'); ^ Error: spawn EMFILE at errnoException (child_process.js:975:11) at ChildProcess.spawn (child_process.js:922:11) at Object.exports.spawn (child_process.js:710:9) at optimize_image_png (/Users/satrom/Dropbox/Development/kendo-bootstrapper/lib/platform.js:248:16) at Object.optimize_image (/Users/satrom/Dropbox/Development/kendo-bootstrapper/lib/platform.js:216:42) at Object.UTILS.fs_find.callback (/Users/satrom/Dropbox/Development/kendo-bootstrapper/lib/project.js:1240:26) at /Users/satrom/Dropbox/Development/kendo-bootstrapper/lib/utils.js:208:33 at Object.oncomplete (fs.js:107:15)

mishoo commented 11 years ago

Hope it's fixed now, please retry (I couldn't repro the issue here).

bsatrom commented 11 years ago

Still broken for me. This is a similar problem to the issue we were having copying over the KUI source from a KUI complete distribution. Optimization fails when I have all of the KUI themes in my project, but works when I remove all but the ones I'm using.

bsatrom commented 11 years ago

tested and confirmed. looks good!