Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing with require / include error and quotes #48

Open
actinetwork opened this issue Sep 1, 2015 · 0 comments
Open

Importing with require / include error and quotes #48

actinetwork opened this issue Sep 1, 2015 · 0 comments
Labels

Comments

@actinetwork
Copy link

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

@wiledal wiledal added the bug label Nov 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants