Method: Mutton::HandlebarsCompiler.compile_handlebars
- Defined in:
- lib/mutton/handlebars_compiler.rb
.compile_handlebars(template_content, template_namespace, mutton_namespace, javascript_helpers = nil) ⇒ Object
11 12 13 |
# File 'lib/mutton/handlebars_compiler.rb', line 11 def (template_content, template_namespace, mutton_namespace, javascript_helpers = nil) ExecJS.compile("#{}; #{javascript_helpers}; #{template_content}; var template = this.#{mutton_namespace}['#{template_namespace}'];") end |