-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
embroider ready #1454
embroider ready #1454
Conversation
@patricklx looks like CI is unhappy with proposed changes :/ |
@SergeAstapov try again |
Ah, lock file issue and linter... Will fix it later |
fixed lock file issue |
i had to move babel.config.js inside eslint.rc file as it was breaking embroider build. the comment said its only used for eslint, so... |
it should now all work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replacing postprocessTree('all') with treeForPublic and treeForAddon is good.
Thanks @ef4 for chime in! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I thought we had no way to support embroider
this is a way to support embroider and classic build.
as postprocessTree does not exists for embroider, alternative ways where needed.
The drawback.of this could be that if some other type of files would be converted to .md files, those would not be picked up.
And other files that could be converted to hbs files, e.g. emblem