-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.build.disney.js
30 lines (27 loc) · 994 Bytes
/
app.build.disney.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
({
appDir: 'www-disney',
baseUrl: 'js',
paths: {
'jquery' : "libs/jquery-1.11.1.min",
'jquery-migrate' : "libs/jquery-migrate-1.2.1.min",
'jqueryextends' : 'libs/jquery.extends',
'jquery-hashchange' : 'libs/jquery.ba-hashchange.min',
'bootstrap' : 'libs/bootstrap.min',
'moment' : 'libs/moment',
'moment-de' : 'libs/moment-de',
'moment-fr' : 'libs/moment-fr',
'bootstrap-datetimepicker' : 'libs/bootstrap-datetimepicker.min'
},
shim: {
'jquery-migrate' : ['jquery'],
'jquery-hashchange' : ['jquery-migrate'],
'bootstrap' : ['jquery'],
'bootstrap-datetimepicker' : ['bootstrap']
},
dir: 'www-built-disney',
modules: [
{
name: "main"
}
]
})