dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
59 lines (52 loc) • 1.03 kB
JavaScript
var profile = (function(){
return {
// relative to this file
basePath:"../../../../..",
// relative to base path
releaseDir:"dojo/testsDOH/_base/loader",
optimize:0,
layerOptimize:0,
insertAbsMids:0,
releaseName:"coolioBuilt",
selectorEngine:"lite",
//scopeMap:[["dojo", "cdojo"], ["dijit", "cdijit"], , ["dojox", "dojox"]],
// and include dom-ready support
staticHasFeatures:{
"dojo-publish-privates":1
},
packages:[{
name:"dojo",
location:"./dojo",
trees:[
[".", ".", /(\/\.)|(^\.)|(~$)|(tests\/_base\/)/]
]
},{
name:"dijit",
location:"./dijit"
},{
name:"dojox",
location:"./dojox"
},{
name:"coolio",
location:"./dojo/testsDOH/_base/loader/coolio",
resourceTags:{
amd: function(filename, mid){
return /calendar-amd\.js$/.test(filename);
}
}
}],
layers:{
"dojo/dojo":{
customBase:1
},
"dojo/main":{
include:["dojo/parser"]
},
"dijit/Calendar":{
include: [
"dijit/Calendar"
]
}
}
};
})();