smebberson / fuse

A command line tool to combine JavaScript files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specific text in html causing trouble

malpacasville opened this issue · comments

Hi, I'm using knockoutjs in my project and when I have a binding such as this
<div data-bind="text: '$' + MyPrice().toFixed(2)"></div>
it throws a spanner in fuse.
It seems to put the remainder of the file after the "text: ' at the end of the document.

If I change it to ' $ ' it is ok. Is $ or $' an escape sequence or something?

Best regards.