ember-cli-htmlbars
Advanced tools
Comparing version 0.7.3 to 0.7.4
@@ -66,7 +66,8 @@ 'use strict'; | ||
htmlbarsOptions: function() { | ||
var projectConfig = this.projectConfig(); | ||
var projectConfig = this.projectConfig() || {}; | ||
var EmberENV = projectConfig.EmberENV || {}; | ||
var htmlbarsOptions = { | ||
isHTMLBars: true, | ||
FEATURES: projectConfig.EmberENV.FEATURES, | ||
FEATURES: EmberENV.FEATURES, | ||
templateCompiler: require(this.templateCompilerPath()), | ||
@@ -73,0 +74,0 @@ |
{ | ||
"name": "ember-cli-htmlbars", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"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
8117
161