-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
40 lines (38 loc) · 1.04 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
System.config({
"paths": {
"*": "*.js",
"github:*": "jspm_packages/github/*.js"
},
"meta": {
"backbone": {
format: "amd"
},
"jquery": {
format: "amd"
},
"underscore": {
format: "amd"
},
"marionette": {
format: "amd"
},
"backbone.wreqr": {
format: "amd"
},
"backbone.babysitter": {
format: "amd"
}
}
});
System.config({
"map": {
"backbone": "github:jashkenas/[email protected]",
"backbone.babysitter": "github:marionettejs/[email protected]",
"backbone.wreqr": "github:marionettejs/[email protected]",
"jquery": "github:components/[email protected]",
"marionette": "github:marionettejs/[email protected]",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]",
"underscore": "github:jashkenas/[email protected]"
}
});