We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to add ember-cli-meta-tags to an in-repo-engine and I'm getting the following error:
ember-cli-meta-tags
Could not find module `my-engine/templates/head` imported from `my-engine/components/head-content`
Based on https://github.com/ronco/ember-cli-meta-tags#using-with-other-ember-cli-head-addons, I've tried creating the templates/head.hbs template in both the addon and app folder but nothing seems to work.
templates/head.hbs
addon
app
Has anyone achieved this? Am I missing something?
The text was updated successfully, but these errors were encountered:
Looks like there's already an issue here: ember-fastboot/ember-cli-head#23
Sorry, something went wrong.
No branches or pull requests
I'm trying to add
ember-cli-meta-tags
to an in-repo-engine and I'm getting the following error:Based on https://github.com/ronco/ember-cli-meta-tags#using-with-other-ember-cli-head-addons, I've tried creating the
templates/head.hbs
template in both theaddon
andapp
folder but nothing seems to work.Has anyone achieved this? Am I missing something?
The text was updated successfully, but these errors were encountered: