-
-
Notifications
You must be signed in to change notification settings - Fork 395
Allow overriding only one template #166
New issue
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
Labels
enhancement
New feature or request
good first issue
Good for newcomers
invalid
This doesn't seem right
next major release
This changes of code will added at next major release (*.0.0)
Comments
Hello @Nihisil , thanks for this issue! |
Merged
5.1.7 Release has partial fix for this issue (Allow to remove all unused templates except templates used in ETA |
js2me
added a commit
that referenced
this issue
Feb 24, 2021
…ng only one template(#166), template path prefixes
It will fixed in 6.0.0 major version |
Merged
Merged
js2me
added a commit
that referenced
this issue
Mar 1, 2021
* BREAKING_CHANGE: fully rewrite render Eta templates process, overriding only one template(#166), template path prefixes * docs: update README.md * docs: update README * docs: update README * docs: add extra readmes for template folders * docs: remove words about mustache version in README * BREAKING_CHANGE: removed TPromise type * feat: --axios option (axios based HttpClient class) * bump: up version to 6.0.0 * fix: support of older templates; fix: spec_templates test; chore: apply comments for axios http client
@Nihisil it should be fixed in 6.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
invalid
This doesn't seem right
next major release
This changes of code will added at next major release (*.0.0)
Uh oh!
There was an error while loading. Please reload this page.
Right now if you specify
--templates
option it makes the tool load all templates from the provided folder.And if there are missing files in this folder it raises an error.
I think it would be helpful to add fallback here and if in the provided folder template is not exists to load it from the default template folder.
The text was updated successfully, but these errors were encountered: