server/java/renkan-web/src/main/webapp/static/js/config.js
author ymh <ymh.work@gmail.com>
Wed, 11 Jan 2017 15:11:52 +0100
changeset 651 fd209e3af0c7
parent 561 5feabdc61980
permissions -rw-r--r--
Correct renkan edition in java server. reactivate the umd compilation for ckeditor.

//
// 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',
	   'ckeditor-core': 'static/lib/ckeditor/ckeditor-umd',
	   screenfull: 'static/lib/screenfull/screenfull-umd'
	},
	packages:[{
		name: 'dojo',
		location:'static/lib/dojo',
		main:'main'
	}],
};