abagshaw/brackets-minifier

Minifying javascript with backticks results in undefined

Opened this issue · 0 comments

When using backticks in my javascript `, the minified file output is simply "undefined".

I find backticks useful for writing out blocks of html I want to insert into a page nicely, so it would be a nice addition if support for this could be added or fixed.