| author | ymh <ymh.work@gmail.com> |
| Sun, 18 May 2014 10:31:12 +0200 | |
| changeset 297 | 7de2652f7ee8 |
| parent 290 | 8a6eb26ac87f |
| 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 = { |
|
| 58 | 8 |
baseUrl: '/renkan/', |
| 22 | 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', |
| 51 | 15 |
rcolor: 'static/lib/rcolor', |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
16 |
underscore: 'static/lib/underscore-min', |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
109
diff
changeset
|
17 |
jquery: 'static/lib/jquery.min', |
| 297 | 18 |
filesaver: 'static/lib/FileSaver', |
| 22 | 19 |
}, |
| 51 | 20 |
packages:[{ |
| 22 | 21 |
name: 'dojo', |
| 51 | 22 |
location:'static/lib/dojo', |
| 22 | 23 |
main:'main' |
| 54 | 24 |
}], |
| 22 | 25 |
}; |
26 |