leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
647 stars 159 forks source link

Upgrade Handlebars #134

Closed ksteigerwald closed 9 years ago

ksteigerwald commented 9 years ago

An error is thrown when attempting to run handlebars > 4.0 with precompiled assets of an older lib (3.0.0). Upgrading handlebars to most recent version resolves.

AlexRiedler commented 9 years ago

@ksteigerwald that is expected behaviour; Handlebars versions are incompatible with eachother if they are compiled. 0.21.0 contains handlebars 4 for ya :)