You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't tell from the following error output what file the error is in. Am I missing it or is it indeed not there?
$ node_modules/.bin/gulp
[17:45:39] Using gulpfile ~/workbench/saxifrage/learnpgh.org/gulpfile.js
[17:45:39] Starting 'default'...
[17:45:39] Starting 'js-vendors'...
[17:45:39] Starting 'js-app'...
[17:45:39] Starting 'templates'...
[17:45:39] Starting 'images'...
[17:45:39] Starting 'css-app'...
[17:45:40] Finished 'js-vendors' after 229 ms
[17:45:40] Finished 'css-app' after 280 ms
events.js:141
throw er; // Unhandled 'error' event
^
Error: app.min.js: error: couldn't process source due to parse error
Unexpected token (140:23)
at transform (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-ng-annotate/index.js:20:11)
at Transform._transform (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-ng-annotate/index.js:68:25)
at Transform._read (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-ng-annotate/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
at Transform._write (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-ng-annotate/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:172:12)
at doWrite (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-ng-annotate/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:237:10)
at writeOrBuffer (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-ng-annotate/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:227:5)
at Transform.Writable.write (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-ng-annotate/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:194:11)
at write (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-concat/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:623:24)
at flow (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-concat/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:632:7)
at DestroyableTransform.pipeOnReadable (/Users/whit537/workbench/saxifrage/learnpgh.org/node_modules/gulp-concat/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:664:5)
$
I can't tell from the following error output what file the error is in. Am I missing it or is it indeed not there?
cf. #373
The text was updated successfully, but these errors were encountered: