[eluser]mikelbring[/eluser]
I dont really use that method to set assets because you need to not use a full url to images and style sheets. It needs to be /assets/image.jpg instead of domain.com/assets/image.jpg. It creates a http request for every duplicate image when you do it with the domain. I actually set a constant in t he index file called like BINPATH and just put the path in there. (mine are called bin instead of assets).