server/src/main/webapp/static/js/config.js
author ymh <ymh.work@gmail.com>
Sun, 18 May 2014 10:31:12 +0200
changeset 297 7de2652f7ee8
parent 290 8a6eb26ac87f
permissions -rw-r--r--
SaveAs project client side

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