first stabilization of editing a renkan.
No collaborative capacities yet.
//
// Config file. Split out from the app for ease of overlaying a new config
// without affecting the app controller.
//
// Copyright (c) The Dojo Foundation 2011. All Rights Reserved.
//
var dojoConfig = {
baseUrl: '/renkan',
async:true,
paths : {
coweb : 'lib/coweb',
cowebx: 'lib/cowebx',
org : 'lib/org',
corenkan: 'static/js/corenkan',
underscore: 'static/lib/underscore-min',
},
/*packages:[{
name: 'dojo',
location:'lib/dojo',
main:'main'
},
{
name: 'dijit',
location:'lib/dijit',
main:'main'
},
{
name: 'dojox',
location:'lib/dojox',
main:'main'
}]*/
};
var cowebConfig = {
adminUrl : '/renkan/admin'
};