componentbuild does not build build/assets/skins/sam. Is there a separate ant build file to do this? Is this still desirable given the more prevalent use of the combo loader?
Looking at the files from the YUI downloaded .zip file, it should copy all the assets from the modules directories, all .css files (fixing urls) and create a single skin.css that is the concatenation of all .css in some order.
The part that builds the .zip and replaces the @VERSION@ is also missing, but that is more of a deploy procedure that I guess is also separate.
Are these ant scripts available anywhere?
Thanks,
--Nicolas
Looking at the files from the YUI downloaded .zip file, it should copy all the assets from the modules directories, all .css files (fixing urls) and create a single skin.css that is the concatenation of all .css in some order.
The part that builds the .zip and replaces the @VERSION@ is also missing, but that is more of a deploy procedure that I guess is also separate.
Are these ant scripts available anywhere?
Thanks,
--Nicolas