Skip to content

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

Merged
donpark merged 1 commit into
donpark:masterfrom
borisjoffe:doNotEncodeOption
Oct 16, 2013
Merged

added doNotEncode option, built js, updated README, and bumped version#62
donpark merged 1 commit into
donpark:masterfrom
borisjoffe:doNotEncodeOption

Conversation

@borisjoffe

Copy link
Copy Markdown
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

donpark commented Oct 16, 2013

Copy link
Copy Markdown
Owner

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

@donpark

donpark commented Oct 16, 2013

Copy link
Copy Markdown
Owner

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