Closed D-Bullock closed 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.
Not sure if this is related to gulp-include, since the error is happening in gulp-inject?
gulp-include
gulp-inject
Opps...
When I use the plugin within Visual Studio 2015, it throws an error:
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.