arvindr21 / slush-bootstrap

A Slush generator for Bootstrap SASS/LESS/CSS projects
MIT License
3 stars 4 forks source link

gulp build trows error #1

Closed TimVNL closed 7 years ago

TimVNL commented 9 years ago

[14:32:39] Using gulpfile ~/Projects/priv-sites/tveu-slush/gulpFile.js [14:32:39] Starting 'sass-prod'... [14:32:39] Starting 'imagemin'... [14:32:39] Starting 'fonts'... [14:32:39] Starting 'html-parser'... [14:32:39] Starting 'assets-parser'... [14:32:39] Finished 'imagemin' after 25 ms events.js:87 throw Error('Uncaught, unspecified "error" event.'); ^ Error: Uncaught, unspecified "error" event. at Error (native) at Transform.emit (events.js:87:13) at Transform.onerror (/Users/Tim/Projects/priv-sites/tveu-slush/node_modules/gulp/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:558:12) at Transform.emit (events.js:107:17) at Transform. (/Users/Tim/Projects/priv-sites/tveu-slush/node_modules/gulp-useref/index.js:76:42) at Array.forEach (native) at Transform. (/Users/Tim/Projects/priv-sites/tveu-slush/node_modules/gulp-useref/index.js:66:35) at Array.forEach (native) at Transform. (/Users/Tim/Projects/priv-sites/tveu-slush/node_modules/gulp-useref/index.js:44:36) at Array.forEach (native)

lilililil commented 8 years ago

I was missing the images folder in /dev/assets, creating it fixed it for me