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 issue with file extension parsing and yaml file rendering. #6

Merged
merged 1 commit into from
Sep 23, 2017

Conversation

jrasell
Copy link
Member

@jrasell jrasell commented Sep 23, 2017

This changes fixes two bugs introduced in 1ca427e. The first is
that variable files extensions are not being matched due to a
change in the extension discovery which now means the . is
included whereas previously it was not.

The second fixes an issue where templates using a yaml/yml file
extension were not being rendered.

Closes #4
Closes #5

This changes fixes two bugs introduced in 1ca427e. The first is
that variable files extensions are not being matched due to a
change in the extension discovery which now means the `.` is
included whereas previously it was not.

The second fixes an issue where templates using a yaml/yml file
extension were not being rendered.

Closes #4
Closes #5
@jrasell jrasell merged commit 6fbb96a into master Sep 23, 2017
@jrasell jrasell deleted the b_templating branch September 23, 2017 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant