require-handlebars-plugin
require-handlebars-plugin copied to clipboard
There's no support for {data: true } in the compilation step.
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.
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.
I'll take a look.
17 okt 2012 kl. 23:27 skrev Alex Sexton [email protected]:
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.