Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Support Many Kinds of Projects #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jherdman
Copy link

Resolves #381

So, there are two problems with this PR as I see it:

  • I don't have tests for addons
  • I don't have tests for an MU project

I'm a little uncertain how to do this. I have, however, tested this in an addon of my own and can see that it works.

@panthony
Copy link

panthony commented Dec 31, 2018

Tried this PR to generate the "pending" for an addon and I encountered an issue where

let moreFiles = this._scanForHbsFiles('tests/dummy/app');

Would return:

[ 'templates/application.hbs' ]

Then later in the processing it would complains about:

ENOENT: no such file or directory, open 'addon/templates/application.hbs'

There are no application.hbs in addon so it looks like it took addon directory as root for templates resolved in tests.

Edit:

This is caused by scanForFiles using a different root than apptRoot and run() appending appRoot to all resolved templates files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants