Skip to content

Minified lib returns an empty string #1129

@bricss

Description

@bricss

Hi there,

I have found that latest version of minified handlebars.min.js surprisingly returns an empty string every time on each compile operation.

For example:

var tpl = Handlebars.compile('{{foo}}');
var output = tpl({foo: 'bar'});
console.log(output === ''); // true

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions