server/java/renkan-web/src/main/webapp/static/js/config.js
changeset 316 242510015401
parent 309 0c3e6e66881f
child 394 1e60ba9ae38b
equal deleted inserted replaced
315:8c85ab4cf3aa 316:242510015401
       
     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: 'static/js/corenkan',
       
    15 	   rcolor: 'static/lib/rcolor',
       
    16 	   underscore: 'static/lib/underscore-min',
       
    17 	   jquery: 'static/lib/jquery.min',
       
    18 	   filesaver: 'static/lib/FileSaver',
       
    19 	},
       
    20 	packages:[{
       
    21 		name: 'dojo',
       
    22 		location:'static/lib/dojo',
       
    23 		main:'main'
       
    24 	}],	
       
    25 };
       
    26