I created the project scaffold with slush bootstrap (using the sass style) - imho without problems (see logs below).
Running the app with gulp also works fine (doc is outdated -> port has changed to 1881).
But running grunt build fails with no such file or directory 'D:\code\awesome-app\dev\assets\lib\modernizr\modernizr.js.
(slush-bootstrap 0.1.10, slush 1.1.1, gulp 3.9.1, Windows 10)
Full gulp build log:
D:\code\awesome-app>gulp build
[19:07:12] Using gulpfile D:\code\awesome-app\gulpfile.js
[19:07:12] Starting 'sass-prod'...
[19:07:12] Starting 'imagemin'...
[19:07:12] Starting 'fonts'...
[19:07:12] Starting 'html-parser'...
[19:07:12] Starting 'assets-parser'...
[19:07:12] Finished 'imagemin' after 26 ms
events.js:146
throw err;
^
Error: Uncaught, unspecified "error" event. (gulp-useref: no such file or directory 'D:\code\awesome-app\dev\assets\lib\modernizr\modernizr.js')
at Transform.emit (events.js:144:17)
at Transform.onerror (D:\code\awesome-app\node_modules\gulp\node_modules\vinyl-fs\node_modules\through2\node_modules\readable-stream\lib\_stream_readable.js:558:12)
at emitOne (events.js:77:13)
at Transform.emit (events.js:169:7)
at Transform.<anonymous> (D:\code\awesome-app\node_modules\gulp-useref\index.js:76:42)
at Array.forEach (native)
at Transform.<anonymous> (D:\code\awesome-app\node_modules\gulp-useref\index.js:66:35)
at Array.forEach (native)
at Transform.<anonymous> (D:\code\awesome-app\node_modules\gulp-useref\index.js:44:36)
at Array.forEach (native)
I created the project scaffold with
slush bootstrap
(using the sass style) - imho without problems (see logs below). Running the app withgulp
also works fine (doc is outdated -> port has changed to 1881).But running
grunt build
fails withno such file or directory 'D:\code\awesome-app\dev\assets\lib\modernizr\modernizr.js
.(slush-bootstrap 0.1.10, slush 1.1.1, gulp 3.9.1, Windows 10)
Full
gulp build
log:Full
slush bootstrap
log: