server/java/renkan-web/src/main/webapp/static/js/config.js
author rougeronj
Wed, 10 Jun 2015 15:58:42 +0200
changeset 473 6649d2d75a87
parent 435 e529b633c339
child 495 444b80998255
permissions -rw-r--r--
update router add function "parameters" to scene to apply the correct changes depending on the parameters sent by the router

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