Hello Dojo'ers,
I am trying to test out the Dojo build system to ensure it will meet my needs in the future for my current project.
I have a build profile that looks like this:
layers: [
{name: "MobusLayer.js",
resourceName: "custom.MobusLayer",
dependencies: [
"dojo.data.ItemFileReadStore",
"dijit._Widget",
"dijit._Templated",
"tcpsocket.Orbited"
]
}
],
prefixes: [
[ "dijit", "../dijit" ],
[ "dojox", "../dojox" ],
[ "tcpsocket", "../tcpsocket" ],
]
};
