cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Dojo/_files/BuildProfileWithDependencies.js
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

23 lines
532 B
JavaScript

dependencies = {
action: "release",
releaseName: "zend",
loader: "default",
cssOptimize: "comments",
optimize: "shrinksafe",
layerOptimize: "shrinksafe",
copyTests: false,
layers: [
{
name: "../zend/main.js",
layerDependencies: [],
dependencies: [
"zend.main",
]
}
],
prefixes: [
[ "dijit", "../dijit" ],
[ "dojox", "../dojox" ],
[ "zend", "../zend" ]
]
};