Skip to content
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

Ember update #89

Draft
wants to merge 76 commits into
base: master
Choose a base branch
from
Draft

Ember update #89

wants to merge 76 commits into from

Conversation

raytiley
Copy link
Member

No description provided.

app/router.js Outdated
let page = this.get('url');
let title = document.title;
get(this, 'metrics').trackPage({ page, title });
if (this.get('fastboot.isFastboot')) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be !this.get('fastboot.isFastboot')?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! :) weird that this fixed my issue in development though. I was getting fastboot errors about document

kategengler and others added 2 commits March 23, 2021 15:46
Upgrade Ember to v3.24, some addons, various codemods, and beginnings of acceptance tests
@BDizzle
Copy link
Contributor

BDizzle commented Apr 7, 2022

Hi friends,

I'm working on some updates to my fork of this repo. I rebased my code on top of this ember-update branch, and for the most part things are working pretty good.

The issue I'm currently trying to fix is that it looks like the code in app/templates/head.hbs doesn't actually get inserted anymore. I looked at a production system running 7.4 and it works there, but my ember foo isn't strong enough to figure out what changed.

As far as I can tell this is the [email protected] module. Their docs say that we need to insert {{head-layout}} in the application template, but that causes an exception as it tries to remove a node from the DOM. Looking over the older branches of this code, I don't see it ever including that token in the application template so I'm not sure how it ever worked.

The effects of the head.hbs template not getting rendered for me are that the social structured data stuff doesn't work, and the custom css / custom colors files don't get loaded. The fact that the colors don't get loaded is currently preventing me from rolling this out since I really don't like my site with the default green colors.

This will load custom colors css after whacky default styles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants