Attributes can be wrapped with custom markup
authorDuncan Beevers <duncan@dweebd.com>
Sat, 5 Jul 2014 19:18:38 +0000 (14:18 -0500)
committerDuncan Beevers <duncan@dweebd.com>
Sat, 5 Jul 2014 22:31:31 +0000 (17:31 -0500)
commit5cf39ff88cb8467af054dd34c54d4dfa84e2bde5
tree2b0fde8efe57555d0ba7b4f419f4e02bde0f43de
parent48a5e9ee953538f331627435e4379e766738e733
Attributes can be wrapped with custom markup

Allows for recognizing attributes wrapped by handlebars conditionals

<input {{#if condition}}checked{{/if}}>
src/htmlminifier.js
src/htmlparser.js
tests/minifier.js