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

added doNotEncode option, built js, updated README, and bumped version #62

Merged
merged 1 commit into from
Oct 16, 2013

Conversation

borisjoffe
Copy link
Contributor

My templates were getting html encoded (e.g. {% extends "layout.html" %} instead of {% extends "layout.html" %} ) so I added a --donotencode option.

It works for templates in tags (e.g. <h1>{{ myvariable }}</h1>) and standalone/logic stuff like {% if something %} and {{#each items}}

donpark added a commit that referenced this pull request Oct 16, 2013
added doNotEncode option, built js, updated README, and bumped version
@donpark donpark merged commit 88f166a into donpark:master Oct 16, 2013
@donpark
Copy link
Owner

donpark commented Oct 16, 2013

not sure if this use-case is common but changes are isolated so going ahead with merge.

@donpark
Copy link
Owner

donpark commented Oct 16, 2013

oops. forgot to thank you @borisjoffe. :-)

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.

2 participants