equal
deleted
inserted
replaced
|
1 // |
|
2 // Config file. Split out from the app for ease of overlaying a new config |
|
3 // without affecting the app controller. |
|
4 // |
|
5 // Copyright (c) The Dojo Foundation 2011. All Rights Reserved. |
|
6 // |
|
7 var dojoConfig = { |
|
8 baseUrl: '/renkan', |
|
9 async:true, |
|
10 paths : { |
|
11 coweb : 'lib/coweb', |
|
12 cowebx: 'lib/cowebx', |
|
13 org : 'lib/org', |
|
14 corenkan: 'static/js/corenkan', |
|
15 underscore: 'static/lib/underscore-min', |
|
16 }, |
|
17 /*packages:[{ |
|
18 name: 'dojo', |
|
19 location:'lib/dojo', |
|
20 main:'main' |
|
21 }, |
|
22 { |
|
23 name: 'dijit', |
|
24 location:'lib/dijit', |
|
25 main:'main' |
|
26 }, |
|
27 { |
|
28 name: 'dojox', |
|
29 location:'lib/dojox', |
|
30 main:'main' |
|
31 }]*/ |
|
32 }; |
|
33 |
|
34 var cowebConfig = { |
|
35 adminUrl : '/renkan/admin' |
|
36 }; |
|
37 |
|
38 |