SlexAxton / require-handlebars-plugin

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

There's no support for {data: true } in the compilation step. #60

Open tregusti opened 11 years ago

tregusti commented 11 years ago

We're using the { data: true } option when compiling our templates, but since this plugin doesn't support custom parameter, but instead just overwrites them internally here:

https://github.com/SlexAxton/require-handlebars-plugin/blob/fe2408dd7a47c26e99ae89ac7b91ca9c39448286/hbs.js#L380

See https://github.com/wycats/handlebars.js/pull/310 for info.

SlexAxton commented 11 years ago

I guess I'm not sure what this does or how to fix it :/ Any chance you can point me in the right direction or send a pull request. Happy to get it in.

tregusti commented 11 years ago

I'll take a look.

17 okt 2012 kl. 23:27 skrev Alex Sexton notifications@github.com:

I guess I'm not sure what this does or how to fix it :/ Any chance you can point me in the right direction or send a pull request. Happy to get it in.

— Reply to this email directly or view it on GitHub.