Skip to content
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 for non-unique partial files shadowing each other #5979

Closed
wants to merge 1 commit into from
Closed

Fix for non-unique partial files shadowing each other #5979

wants to merge 1 commit into from

Conversation

olsio
Copy link
Contributor

@olsio olsio commented Oct 20, 2015

closes #2459

Current behaviour of express-hbs is to load all partials with . filter
which allows files with same name but different extensions to be mapped
to the same name. This way one partial is shadowing the other.

Fix now is to give a warning at start up if more than one file resolves
to the same name.

closes #2459

Current behaviour of express-hbs is to load all partials with *.* filter
which allows files with same name but different extensions to be mapped
to the same name. This way one partial is shadowing the other.

Fix now is to give a warning at start up if more than one file resolves
to the same name.
@ErisDS ErisDS self-assigned this Jan 11, 2016
@ErisDS
Copy link
Member

ErisDS commented May 3, 2016

This was alternatively fixed by TryGhost/express-hbs#93

@ErisDS ErisDS closed this May 3, 2016
@ErisDS ErisDS removed their assignment Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ghost and emacs backup files
2 participants