I'm struggling to see how we can include the cometd code in a custom build process for Dojo 1.8, can you give any suggestions? Your README doesn't cover it.
I've added the following to a build profile, it builds, but it doesn't include it in the layer file.
packages:[
{name: "dojox/cometd", location: "../cometd-dojo/cometd"},
{name: "org/cometd", location: "../cometd-dojo/org/cometd"),
.....
.....
]