server/java/renkan-web/src/main/webapp/static/js/config.js
author ymh <ymh.work@gmail.com>
Wed, 04 Mar 2015 09:39:11 +0100
changeset 395 2e8c92eb0dfa
parent 394 1e60ba9ae38b
child 435 e529b633c339
permissions -rw-r--r--
Added tag V00.08.04 for changeset 95d6545c79e5

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