server/src/main/webapp/js/config.js
changeset 47 267d67791e05
parent 46 7e132e2a48ca
child 48 01fb9167ad75
equal deleted inserted replaced
46:7e132e2a48ca 47:267d67791e05
     1 //
       
     2 // Config file. Split out from the app for ease of overlaying a new config
       
     3 // without affecting the app controller.
       
     4 //
       
     5 // Copyright (c) The Dojo Foundation 2011. All Rights Reserved.
       
     6 //
       
     7 var dojoConfig = {
       
     8 	baseUrl: '/renkan',
       
     9 	async:true,
       
    10 	paths : {
       
    11 	   coweb : 'lib/coweb',
       
    12 	   cowebx: 'lib/cowebx',
       
    13 	   org : 'lib/org',
       
    14 	   corenkan: 'js/corenkan',
       
    15 	},
       
    16 	/*packages:[{
       
    17 		name: 'dojo',
       
    18 		location:'lib/dojo',
       
    19 		main:'main'
       
    20 	},
       
    21 	{
       
    22 		name: 'dijit',
       
    23 		location:'lib/dijit',
       
    24 		main:'main'
       
    25 	},
       
    26 	{
       
    27 		name: 'dojox',
       
    28 		location:'lib/dojox',
       
    29 		main:'main'
       
    30 	}]*/
       
    31 };
       
    32