Hello,
I have a new problem while building:
I have a new problem while building:
- + glasshub/pages/locked/locked.js
- + glasshub/pages/locked/locked.ejs
- + glasshub/glasshub.less
- + steal/less/less.js
- no packages
- Building glasshub/production.js
- Parsing problem
- 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])*( - 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