gruntjs / grunt-contrib-handlebars

Precompile Handlebars templates to JST file.
http://gruntjs.com/
MIT License
282 stars 126 forks source link

Handlebarsjs library version upgrade to 4.0.0 #153

Closed skamenetskiy closed 9 years ago

skamenetskiy commented 9 years ago

Changed handlebars version to 4.0.0 in package.json because of a frontend error in the latest handlebarsjs web library. "Uncaught Error: Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version (>= 4.0.0) or downgrade your runtime to an older version (>= 2.0.0-beta.1)."

XhmikosR commented 9 years ago

https://github.com/gruntjs/grunt-contrib-handlebars/pull/152