haoxins / gulp-file-include

MAINTAINER WANTED ~ [gulp-file-include] a gulp plugin for file include
MIT License
680 stars 95 forks source link

Invalid character error #191

Closed elemis closed 3 years ago

elemis commented 3 years ago

I started getting the following error:

Plumber found unhandled error: Error in plugin "gulp-file-include" Message: JSON5: invalid character '\"' at 4:5

But I can't find the character that is causing it in any of the files. Any ideas how to pinpoint this?

elemis commented 3 years ago

After hours of searching I found out the cause of the error is a missing comma. Oh, well :)