71104 / jquery-handlebars

A jQuery plugin to render Handlebars.js templates into elements
http://71104.github.io/jquery-handlebars
MIT License
100 stars 39 forks source link

Upgrade to Handlebars v1.3 #12

Closed cvburgess closed 6 years ago

cvburgess commented 10 years ago

Version 1.3 adds some really nice features like subexpressions. I've been using 1.3 with the jQuery plugin for a few days now and haven't run into any issues.

angelxmoreno commented 10 years ago

i am currently using this with ver 1.3.0 by simply including that lib instead of the one that comes inside this plugin. what else would you need to change in the plugin to make it work? it seems to work just fine the way i am using it.

shamasis commented 9 years ago

I agree to @angelxmoreno. The handlebars library provided in this package is not mandatory to be used. If you have handlebars already included in your page, this would use that instead of the packaged one.

cvburgess commented 9 years ago

Can you include the plugin by itself then? Right now when you pull it in with bower you get the minified, combined library

shamasis commented 9 years ago

@cvburgess meanwhile you can point to /src/plugin.js and it would work provided you have handlebars included before that.