-
Notifications
You must be signed in to change notification settings - Fork 605
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
Preparation for Fastboot (1/3) #1886
Conversation
r? @smarnach (rust_highfive has picked a reviewer for you, use r? to override) |
a6fa0fd
to
47e4077
Compare
Hm, when I try to run this locally with
I get the same error when I run with Am I supposed to be using a different command to run locally? Do we need to set a Good news is that |
☔ The latest upstream changes (presumably #1879) made this pull request unmergeable. Please resolve the merge conflicts. |
Oh, I was assuming just adding dependencies won't change the behavior and didn't check these npm commands. My bad... In that case, let me first revert package.json changes. That at least merging this PR easier. |
47e4077
to
d092fd9
Compare
- Don't use .ember-application which is added after FastBoot This class is added dynamically, after FastBoot rendering. - On Acceptance Tests, the application is rendered under #ember-testing, not the root <body> element.
As like ember-page-title, we cannot use document.title. https://github.com/adopted-ember-addons/ember-page-title/blob/4732cdb2c9f673e4714334b33c5b4c5056dfcb8f/tests/acceptance/posts-test.js#L11
d092fd9
to
034fd45
Compare
This works now, thank you!!! @bors r+ |
📌 Commit 034fd45 has been approved by |
Preparation for Fastboot (1/3) This PR contains Fastboot-related fixes (from #1832) except for actually enabling Fastboot. After merging this change, I'm going to submit a PR that updates package.json to include Fastboot in the dependencies. Then I will submit a PR that enables Fastboot, based on USE_FASTBOOT env variable.
☀️ Test successful - checks-travis |
This PR contains Fastboot-related fixes (from #1832) except for actually enabling Fastboot.
After merging this change, I'm going to submit a PR that updates package.json to include Fastboot in the dependencies.
Then I will submit a PR that enables Fastboot, based on USE_FASTBOOT env variable.