hi. I am trying to use this: http://www.dojotoolkit.org/book/dojo-book-0-9/part-4-meta-dojo/package-s... to pack dojo 1.0
I use the following profile:
dependencies ={
layers: [
{
name: "tcdojo.js",
dependencies: [
"dojox.gfx"
]
}
],
prefixes: [
[ "dojox", "../../dojox" ]
]
};
however tcdojo.js contains only comments and there's huge quantity of files and subdirectories in the output directory just like with standard distribution.
how do I make it use only gfx + core, and how do I pack it into one file?
Or at least less files?

err. resolved "only
err. resolved "only comments" issue, the path was relative to a different thing so it shoulda been ../, not ../../
However less files question still remains
I found that I calling the
I found that I calling the output file anything other than "dojo.js" produced a file that didn't work for me... I'm not an expert, so maybe I missed something else, though.