-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish to review README and code for JSPM.
- Loading branch information
1 parent
8e87f54
commit f759d44
Showing
8 changed files
with
20 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,7 @@ System.config({ | |
babelOptions: { | ||
"optional": [ | ||
"runtime", | ||
"optimisation.modules.system", | ||
"es7.decorators", | ||
"es7.classProperties" | ||
"optimisation.modules.system" | ||
] | ||
}, | ||
paths: { | ||
|
@@ -16,12 +14,10 @@ System.config({ | |
|
||
map: { | ||
"aurelia-binding": "npm:[email protected]", | ||
"aurelia-polyfills": "npm:[email protected]", | ||
"aurelia-templating-resources": "npm:[email protected]", | ||
"aurelia-dependency-injection": "npm:[email protected]", | ||
"babel": "npm:[email protected]", | ||
"babel-runtime": "npm:[email protected]", | ||
"core-js": "npm:[email protected]", | ||
"froala-editor": "npm:[email protected]", | ||
"systemjs/plugin-css": "github:systemjs/[email protected]", | ||
"github:jspm/[email protected]": { | ||
"assert": "npm:[email protected]" | ||
|
@@ -57,40 +53,12 @@ System.config({ | |
"aurelia-metadata": "npm:[email protected]", | ||
"aurelia-pal": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"aurelia-metadata": "npm:[email protected]", | ||
"aurelia-path": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"aurelia-pal": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"aurelia-pal": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"aurelia-pal": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"aurelia-binding": "npm:[email protected]", | ||
"aurelia-dependency-injection": "npm:[email protected]", | ||
"aurelia-loader": "npm:[email protected]", | ||
"aurelia-logging": "npm:[email protected]", | ||
"aurelia-metadata": "npm:[email protected]", | ||
"aurelia-pal": "npm:[email protected]", | ||
"aurelia-path": "npm:[email protected]", | ||
"aurelia-task-queue": "npm:[email protected]", | ||
"aurelia-templating": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"aurelia-binding": "npm:[email protected]", | ||
"aurelia-dependency-injection": "npm:[email protected]", | ||
"aurelia-loader": "npm:[email protected]", | ||
"aurelia-logging": "npm:[email protected]", | ||
"aurelia-metadata": "npm:[email protected]", | ||
"aurelia-pal": "npm:[email protected]", | ||
"aurelia-path": "npm:[email protected]", | ||
"aurelia-task-queue": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"process": "github:jspm/[email protected]" | ||
}, | ||
|
@@ -104,13 +72,6 @@ System.config({ | |
"process": "github:jspm/[email protected]", | ||
"systemjs-json": "github:systemjs/[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"css": "github:systemjs/[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"font-awesome": "npm:[email protected]", | ||
"jquery": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"util": "github:jspm/[email protected]" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters