Closed jasonmit closed 7 years ago
Hmm. It surprises me that these are perceived as static. They should be already configurable via trees
option.
Er, bad use of words.
I wasn't sure if this was a public API and it requires more intimate knowledge than I think most people are use to (returning broccoli trees versus providing paths).
I'm going to close this now, feel free to reopen if trees
is private and I can do what is necessary to make it public (update docs or introduce inputPaths).
Thanks @rwjblue
They're public enough that they won't change until we write ember-modules-app
.
Currently, all tree paths (
app
,tests
,vendor
, etc.) are static and cannot be configured.I'd like to propose adding
inputPaths
to theEmberApp
options hash allowing them to be optionally configured.Unsure if this is a large enough change to warrant an RFC or not. Happy to PR this if it's something that has buy in.