1
1
System . config ( {
2
2
defaultJSExtensions : true ,
3
- transpiler : "traceur " ,
3
+ transpiler : "-a " ,
4
4
paths : {
5
5
"app/*" : "src/*.js" ,
6
6
"users/*" : "src/users/*.js" ,
@@ -10,6 +10,8 @@ System.config({
10
10
} ,
11
11
12
12
map : {
13
+
14
+ "-a-runtime" :
"npm:[email protected] " ,
13
15
"angular" :
"github:angular/[email protected] " ,
14
16
"angular-animate" :
"github:angular/[email protected] " ,
15
17
"angular-aria" :
"github:angular/[email protected] " ,
@@ -36,6 +38,53 @@ System.config({
36
38
"angular-aria" :
"github:angular/[email protected] " ,
37
39
"angular-messages" :
"github:angular/[email protected] " ,
38
40
"css" :
"github:systemjs/[email protected] "
41
+ } ,
42
+ "github:jspm/[email protected] " :
{
43
+
44
+ } ,
45
+ "github:jspm/[email protected] " :
{
46
+
47
+ } ,
48
+ "github:jspm/[email protected] " :
{
49
+ "process" :
"npm:[email protected] "
50
+ } ,
51
+ "github:jspm/[email protected] " :
{
52
+
53
+ } ,
54
+ "github:jspm/[email protected] " :
{
55
+ "vm-browserify" :
"npm:[email protected] "
56
+ } ,
57
+
58
+ "assert" :
"github:jspm/[email protected] " ,
59
+ "buffer" :
"github:jspm/[email protected] " ,
60
+ "process" :
"github:jspm/[email protected] " ,
61
+
62
+ } ,
63
+
64
+ "process" :
"github:jspm/[email protected] "
65
+ } ,
66
+
67
+ "base64-js" :
"npm:[email protected] " ,
68
+ "child_process" :
"github:jspm/[email protected] " ,
69
+ "fs" :
"github:jspm/[email protected] " ,
70
+ "ieee754" :
"npm:[email protected] " ,
71
+ "isarray" :
"npm:[email protected] " ,
72
+ "process" :
"github:jspm/[email protected] "
73
+ } ,
74
+
75
+ "util" :
"github:jspm/[email protected] "
76
+ } ,
77
+
78
+ "assert" :
"github:jspm/[email protected] " ,
79
+ "fs" :
"github:jspm/[email protected] " ,
80
+ "vm" :
"github:jspm/[email protected] "
81
+ } ,
82
+
83
+ "inherits" :
"npm:[email protected] " ,
84
+ "process" :
"github:jspm/[email protected] "
85
+ } ,
86
+
87
+ "indexof" :
"npm:[email protected] "
39
88
}
40
89
}
41
90
} ) ;
0 commit comments