I added modernizr back in via manifest.json, and its causing problems when I run gulp or gulp --production
line 4 col 2955 Too many errors. (80% scanned).
1 error 50 warnings
[12:35:54] ‘jshint’ errored after 117 ms
[12:35:54] Error in plugin ‘gulp-jshint’
Message:
JSHint failed for: assets/scripts/vendor/modernizr-2.8.3.min.js
[12:35:54] ‘build’ errored after 1.74 s
[12:35:54] Error in plugin ‘run-sequence’
Message:
An error occured in task ‘jshint’.
removing modernizr from manifest.json allows --production to run fine, so it there any way to ignore modernizr in this task?