Re: AssetSource T5.4 rc 1

2015-12-17 Thread Jens Breitenstein
Hi Geoff, thanks for the hint, this worked. Unfortunately it's not as obvious as it should be: a) all other assets are simply accessed by "folder/name". Concerning images I have to use "META-INF/assets/folder/name". Furthermore I have two different META-INF folders now, one for images (in the

Re: AssetSource T5.4 rc 1

2015-12-16 Thread Geoff Callender
Can you put your assets in src/main/resources/META-INF/assets/ ? If so, then ClasspathAsset will work. Eg public String getCongratulationsImg() { Asset asset = assetSource.getClasspathAsset( "/META-INF/assets/images/congratulations.p