| author | ymh <ymh.work@gmail.com> |
| Tue, 25 Dec 2012 21:29:11 +0100 | |
| changeset 47 | 267d67791e05 |
| parent 45 | server/src/main/webapp/js/config.js@37c9a17c3284 |
| child 48 | 01fb9167ad75 |
| permissions | -rw-r--r-- |
| 22 | 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', |
|
| 45 | 13 |
org : 'lib/org', |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
14 |
corenkan: 'static/js/corenkan', |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
15 |
underscore: 'static/lib/underscore-min', |
| 22 | 16 |
}, |
| 45 | 17 |
/*packages:[{ |
| 22 | 18 |
name: 'dojo', |
| 45 | 19 |
location:'lib/dojo', |
| 22 | 20 |
main:'main' |
21 |
}, |
|
22 |
{ |
|
23 |
name: 'dijit', |
|
| 45 | 24 |
location:'lib/dijit', |
| 22 | 25 |
main:'main' |
26 |
}, |
|
27 |
{ |
|
28 |
name: 'dojox', |
|
| 45 | 29 |
location:'lib/dojox', |
| 22 | 30 |
main:'main' |
31 |
}]*/ |
|
32 |
}; |
|
33 |
||
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
34 |
var cowebConfig = { |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
35 |
adminUrl : '/renkan/admin' |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
36 |
}; |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
37 |
|
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
38 |