| Page 1 of 1 | [ 4 posts ] |
|
Hi all,
I've been using YUI Builder to deploy my custom application modules, and I've been trying to figure out how all the css/skin deployment works. So far I've gotten the builder to deploy the concatenated version of my module's core and sam skin css files, but I can't seem to get it to deploy the images with it. I've put my image files (all .png's) in the directory specified in the builder's properties.html document, but they're not being deployed to the build directory with the skin: <component.assets.base> - <component>-core.css - skins/sam/<component>-skin.css - skins/sam/*.gif, *.png, *.jpg From the forum chatter I'm guessing you guys are planning an overhaul of the YUI 3 skinning system (which I'm really looking forward to), but is there anything I can do with the current version of builder to get this to work? Thanks in advance. |
|
Are you just running 'ant'? The deployment of these assets should happen if you execute 'ant all'.
|
|
Thanks for the reply. I'm actually automating it in Eclipse. I just specified the build.xml and default targets and let it do its thing. I'd prefer to keep the automatic builds if you've got any ideas what could be wrong, but I could always just write a bash script to run ant all and run that in Eclipse like I do for yuidoc.
|
|
Running 'ant all' worked fine. Don't know what was different running it from Eclipse. Oh well. Thanks for the help.
|
| Page 1 of 1 | [ 4 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group