server/java/renkan-web/src/main/webapp/static/js/config.js
author rougeronj
Tue, 13 Jan 2015 10:20:01 +0100
changeset 378 fe2ba51dde91
parent 316 242510015401
child 394 1e60ba9ae38b
permissions -rw-r--r--
Merge with b390de8471c40522ac59bf0df9feaf394e772cd2

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