ember-cli-amd
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -5,2 +5,5 @@ # Change Log | ||
## [3.2.4] | ||
- Fixed issue related to rootURL in tests | ||
## [3.2.3] | ||
@@ -7,0 +10,0 @@ - Fixed issue with ember serve when script tags were duplicated after rebuilds |
@@ -126,3 +126,3 @@ // Copyright 2015 Esri | ||
}); | ||
scriptsToLoad.push(`"${this.indexHtmlCaches[relativePath].afterLoadingScript}"`); | ||
scriptsToLoad.push(`"${this.rootURL}${this.indexHtmlCaches[relativePath].afterLoadingScript}"`); | ||
} | ||
@@ -129,0 +129,0 @@ |
{ | ||
"name": "ember-cli-amd", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "Ember CLI Addon that can load AMD modules.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
41660