Ember serve throws error when there is no templates folder.
Open
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Seggrating the common components is really easy with this addon. Thanks for this addon built especially for Ember :)
One issue I encounter is when `templates/application.hbs` was removed by field guide addon, `ember serve` command throws an error when there is no templates folder. Adding a dummy template folder suppresses this issue.
"ember-cli": "~3.16.0",
"ember-source": "~3.16.0",
"field-guide": "^1.0.4",
"field-guide-default-template": "^1.1.0"
Contributor guide
Assessment
This issue has not been assessed yet.