Skip to content

Remove JS dependency on Handlebars #10

Description

The Underscore.js library provides HTML-partial templating functionality, and is also used elsewhere in the code, meaning that the Handlebars.js library/dependency is redundant and increases the JS file payload w/out providing a unique contribution.

See http://underscorejs.org/#template for documentation on the templating API. Note that the Handlebars template format can be accommodated by Underscore.

The following files include references to Handlebars:

js/openbibl.js
js/openbibl.search.js
xsl/openbibl.boot.xsl
xsl/openbibl.params.xsl
notices/handlebars
wiki

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions