-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Optimizing with plugin fails due to asynchronous load #33
Comments
@purge do you mean error like |
Yes, thats the one. On Wed, Oct 23, 2013 at 9:58 AM, zxekak [email protected] wrote:
|
Thanks for the help with testing. Are you sure you got that exact message though? There were some changes in the 1.5.0 release that weren't caught in the 1.5.0-b4 release this was tested on originally. It is now updated to work with the latest less 1.5.0 release, and this should be resolved. |
Argh actually this is a RequireJS 2.1.9 issue... working on it... |
Ok, this has been fixed now. Ready for a 0.1 release now, pending a little more testing. |
This should be fixed in the new 0.1.0 release. Let me know if it isn't. |
I get the same error message with r.js 2.1.10 with the require-less example Tracing dependencies for: core-components |
It seems that the less parser error is an object and not a string.
I still don't understand why I get a 'Syntax Error on line 1' error message from the parser ... |
OK, I just forgot to update my less npm package... |
Thanks that is great to bear in mind for issues in future. That could certainly be a good way to protect against this - I've created an issue here: #59. |
rjs 2.1.9 seems to be stricter about this, as such any asynchronous calls to onload will fail now. See 'build considerations' in http://requirejs.org/docs/plugins.html
The text was updated successfully, but these errors were encountered: