Thanks I already disabled inlining with :
<set-property name="ClientBundle.enableInlining" value="false" / >
In my gwt.xml, which disables DataURLs, but still doesn't make everything image strips - some are image strips but many are still just separate PNGs images.
I'll try your method as well, but I suspect that also just prevents the DataURLs.
I *think* my problem might be something to do with the filesize of the images, as the ones not being put into strips seem a bit bigger then the rest.
I'm currently trying to trim them down, but it would be helpful if there was a specific limit specified in the docs somewhere.