Skip to content

Instantly share code, notes, and snippets.

@tulios
Last active January 26, 2016 20:31
Show Gist options
  • Save tulios/e845754f6b73bc3f3485 to your computer and use it in GitHub Desktop.
Save tulios/e845754f6b73bc3f3485 to your computer and use it in GitHub Desktop.
Ember HTMLbars webpack loader
var HtmlbarsCompiler = require('ember-cli-htmlbars')
var templateTree = new HtmlbarsCompiler('../app/templates', {
isHTMLBars: true,
// provide the templateCompiler that is paired with your Ember version
templateCompiler: require('components-ember/ember-template-compiler.js')
});
templateTree.processString(source, templatePath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment