-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: Add suffix to template files #362
Conversation
Look good other than the linting error now that |
I can do that. BTW, when doing this PR, I realized that the existing Since that extension is ignored, maybe we should either:
Thoughts? |
ircc think it's called pkg.json so that npm doesn't pick it up and assume that subdirectory is a package. The presence of a file named |
Having the eventual extension be in the filename already is VERY helpful imo, a yaml/etc comment just isn't the same. So |
Exactly what I meant! Calling a file
Sorry, I don't speak jive. I think you mean that I should go with |
I think ETA: It also relieves us of the |
lgtm, I'll let @lukekarrys land this one. I really love being able to remove the local eslint config! |
This has always been true for this package, but we haven't made too many API breaking changes. Recently #362 landed which is a breaking change, since the API includes shadowing and using these files as partials. So it is best to embrace these types of changes and document the behavior.
Add
.hbs
as a suffix to all Handlebars template files.This helps in: