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 rcolor: 'static/lib/rcolor', |
|
16 underscore: 'static/lib/underscore-min', |
|
17 jquery: 'static/lib/jquery.min', |
|
18 filesaver: 'static/lib/FileSaver', |
|
19 }, |
|
20 packages:[{ |
|
21 name: 'dojo', |
|
22 location:'static/lib/dojo', |
|
23 main:'main' |
|
24 }], |
|
25 }; |
|
26 |