When we import a JS file with quotes like "`", we have an error.
Example:
--- JS line
throw new Error('selector option must be specified when initializing ' + this.type + ' on the window.document object!')
--- Error with Gulp include
...\assets\js\dev\general.js:63:27: error: unexpected identifier
//throw new Error('←[1;31mselector←[0m option must be specified when initializing ' + this.type + ' on the window.document object!')
When we import a JS file with quotes like "`", we have an error.
Example:
--- JS line
throw new Error('
selector
option must be specified when initializing ' + this.type + ' on the window.document object!')--- Error with Gulp include ...\assets\js\dev\general.js:63:27: error: unexpected identifier //throw new Error('
←[1;31mselector←[0m
option must be specified when initializing ' + this.type + ' on the window.document object!')←[1;31m ^^^^^^^^←[0m
Best regards,
Stéphane