Quantcast
Viewing all articles
Browse latest Browse all 3491

Unterminated strings issue while building

Hello,

I have a new problem while building:

  1.   + glasshub/pages/locked/locked.js
  2.   + glasshub/pages/locked/locked.ejs
  3.   + glasshub/glasshub.less
  4.   + steal/less/less.js

  5.   no packages

  6. Building glasshub/production.js
  7. Parsing problem
  8. steal/parse/tokens.js Unterminated string. with *+/0-9=?A-Z^_a-z{|}~])*@[a-zA-Z](-?[a-zA-Z0-9])*(.[a-zA-Z](-?[a-zA-Z0-9])*)+$/;.
    _a-z{|}~](\.?[-!#$%&'*+/0-9=?A-Z^_a-z{|}~])*@[a-zA-Z](-?[a-zA-Z0-9])*(
  9.          glasshub/production.css

That does not block "production.js" from being generated, but the end of it is not well made: it works but some code clean pass are not performed, like removing "steal.dev.log" from a bunch of files.

I identified this occurres at a specific file import (using steal('can', XXX <-- ) ) but it is not about the file actually: if I remove some file in the list, it crash on another one... I suppose it is about a maximum size of something reached by some process...

If someone can help, I would appreciate as my production.js is not clean and I cannot anymore use steal.dev.log (and some others...)

Best regards,

Anorr


Viewing all articles
Browse latest Browse all 3491

Trending Articles