mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
19 lines
372 B
JavaScript
19 lines
372 B
JavaScript
System.config({
|
|
"baseURL": "/",
|
|
"transpiler": "traceur",
|
|
"paths": {
|
|
"*": "*.js",
|
|
"github:*": "jspm_packages/github/*.js",
|
|
"npm:*": "jspm_packages/npm/*.js",
|
|
"ionic/*": "ionic/*"
|
|
}
|
|
});
|
|
|
|
System.config({
|
|
"map": {
|
|
"traceur": "github:jmcriffey/bower-traceur@0.0.88",
|
|
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.88"
|
|
}
|
|
});
|
|
|