ember-cli-htmlbars
Advanced tools
Comparing version 0.7.5 to 0.7.6
@@ -50,6 +50,8 @@ 'use strict'; | ||
TemplateCompiler.prototype.processString = function (string/*, relativePath */) { | ||
return 'export default Ember.HTMLBars.template(' + this.precompile(string, false) + ');'; | ||
TemplateCompiler.prototype.processString = function (string, relativePath) { | ||
return 'export default Ember.HTMLBars.template(' + this.precompile(string, { | ||
moduleName: relativePath | ||
}) + ');'; | ||
}; | ||
module.exports = TemplateCompiler; |
{ | ||
"name": "ember-cli-htmlbars", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"description": "A library for adding htmlbars to ember CLI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8908
163