server/src/main/webapp/static/js/config.js
author ymh <ymh.work@gmail.com>
Mon, 21 Oct 2013 13:58:20 +0200
branchuser_management
changeset 222 6ac00231ee34
parent 109 b6b20e8c4a1a
child 290 8a6eb26ac87f
permissions -rw-r--r--
Manage users. (not passwords)

//
// 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',
	   rcolor: 'static/lib/rcolor',
	   underscore: 'static/lib/underscore-min',
	},
	packages:[{
		name: 'dojo',
		location:'static/lib/dojo',
		main:'main'
	}],	
};