server/java/renkan-web/src/main/webapp/static/js/config.js
author ymh <ymh.work@gmail.com>
Sat, 28 Feb 2015 07:31:19 +0100
changeset 389 4e4cdb2ae766
parent 316 242510015401
child 394 1e60ba9ae38b
permissions -rw-r--r--
Added tag V00.08.04 for changeset a8b029ec4d54

//
// 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'
	}],	
};