wiledal / gulp-include

Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.
158 stars 68 forks source link

Error preventing run #67

Closed D-Bullock closed 8 years ago

D-Bullock commented 8 years ago

When I use the plugin within Visual Studio 2015, it throws an error:

 node_modules\gulp-inject\src\inject\index.js:127
SyntaxError: Unexpected token ,

It seems that it doesn't like the unnamed items in the object on that line - when I went into the source and tried naming the properties, the error moved onto the next unnamed property.

wiledal commented 8 years ago

Not sure if this is related to gulp-include, since the error is happening in gulp-inject?

D-Bullock commented 8 years ago

Opps...