SlexAxton / require-handlebars-plugin

A plugin for handlebars in require.js (both in dev and build)
804 stars 202 forks source link

Handlebars Version #252

Open pmaceachern opened 8 years ago

pmaceachern commented 8 years ago

Simple question, and I apologize if I missed this in the documentation. I see that the plugin includes handlebars v3.0.3, can it support v v4.x? Any plans on formerly upgrading in the future?

prantlf commented 7 years ago

This plugin works with Handlebars 4.0.5 too. You need to replace the handlebars.js file with the newer version.

andsav commented 6 years ago

The plugin does not completely work with Handlebars version 4: at least it does not support inline partials out of the box and requires some tweaks

jcrben commented 5 years ago

@andsav are those tweaks documented anywhere?