-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Fix TTW Bundle compilation broken. #3011
Conversation
@thet thanks for creating this Pull Request and help improve Plone! To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass. Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:
With this simple comment all the jobs will be started automatically. Happy hacking! |
@jenkins-plone-org please run jobs |
Code LGTM as it's the same already approved in #2970. Just a curiosity, why was the error handling removed? I'll test it now. |
@thet, I still get the error on |
Actually the error now is a bit different. Before it was:
Now the first error is different:
Can you reproduce? |
It seems an unexpected shebang got prepended to the
|
Looks good from here! FF 72.0b11 (Aurora) on Ubuntu. |
Update: Firefox (71) parser seems to be more permissive and despite some apparently unrelated "malformed XML" errors in console, TTW build works for me!
Newest Edge, Opera and Safari also fail on Mac, though, with the same SyntaxError as in Chrome. |
Failures seem unrelated:
|
@davilima6 I'll restore the r.js and less.js files in the versions we were using until plone.staticresources - including the patches applied like mentioned here: https://github.com/plone/plone.staticresources#warning I already started but will finish later this weekend. This PR should be fine to merge, though. |
Fixes #2969
Fixes plone/plone.staticresources#58
The PR #2970 got merged for master, which became Plone 6.0 during the Ploneconf sprints IIRC.