Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

ember-cli-amd

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-amd - npm Package Compare versions

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": {