Dan Knutsen
Dan Knutsen
You also need to [add the engine to the consuming app](https://github.com/dgeb/ember-engines-demo/blob/master/app/app.js#L14) in `app/app.js` so the app knows about the engine. IMO this isn't covered very well in the guides, should...
To illustrate this a little more clearly this is the workaround we've ended up with: ``` {{#if inRoutableEngine}} {{#link-to-external 'routey' fid bid rid}} here {{/link-to-external}} {{else}} {{#link-to-external 'foo.bar.routey' fid bid...
bump, i'm running into this now and using this patch atm
@jrjohnson makes sense. I will probably try to use yarn workspaces so definitely would like compatibility with that. Icon imports seem like a logical step, especially since that sorta solves...
Our hacky but seemingly effective solution to this is to (ASAP) check the `app.getPath('exe')` path to see if it's mounted in "/Volumes" and if it is, exit immediately. This at...
Thoughts on using ember-cli-addon-docs? I could probably help with this.
I'm also seeing this triggered for route and component templates in an in-repo engine (standard templates, non-pods)
I know I'm just randomly weighing in here but having just taken a good look at the docs on autotracking while working on onboarding materials for my team it's fresh...
Probably not. I think we used a yarn resolution and are working on updating everything anyway so you can probably close this. Thank you!
From the `ember-cli-postcss` README: > The add-on can be used in two ways: > * on individual files, referred to as “compile” > * on all CSS files, referred to...