[ 4 posts ]

Alex Kaye

  • Username: NoxDeleo
  • Joined: Fri Dec 04, 2009 5:01 am
  • Posts: 5
  • Offline
  • Profile
Tags:

Images not deployed with other skin files

Post Posted: Mon Dec 06, 2010 1:06 am
+0-
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.

Adam Moore

YUI Contributor

  • Username: adam
  • Joined: Wed Sep 03, 2008 11:16 am
  • Posts: 356
  • GitHub: apm
  • Gists: apm
  • Offline
  • Profile

Re: Images not deployed with other skin files

Post Posted: Mon Dec 13, 2010 11:21 am
+0-
Are you just running 'ant'? The deployment of these assets should happen if you execute 'ant all'.

Alex Kaye

  • Username: NoxDeleo
  • Joined: Fri Dec 04, 2009 5:01 am
  • Posts: 5
  • Offline
  • Profile
Tags:

Re: Images not deployed with other skin files

Post Posted: Mon Dec 13, 2010 11:45 am
+0-
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.

Alex Kaye

  • Username: NoxDeleo
  • Joined: Fri Dec 04, 2009 5:01 am
  • Posts: 5
  • Offline
  • Profile

Re: Images not deployed with other skin files

Post Posted: Tue Dec 14, 2010 4:27 am
+0-
Running 'ant all' worked fine. Don't know what was different running it from Eclipse. Oh well. Thanks for the help.
  [ 4 posts ]
Display posts from previous:  Sort by  
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