Hello, Stanislaw.
I'm using smartsprites and it's nice lib. But there is is two missing
features, i think.
First. Sometime i don't want to process all css files under my root-
dir. Is it possible to get NOT all files, but predefined list of
files. Describe it list in properties or get this list form other
properties file. Why i need this? On my current job i have central
repository for css files. We store there all files for all projects (>
4). When we develop project, we checkout full repository and merge
some (needed) files with JAWR. This list described in JAWR properties
file. And i want to get it files and process only it.
Second. There is a small trouble using sprites in WebKit (
http://css-
tricks.com/examples/CSS-Sprites/Example2After/default.htm). Try to
resize text. Vertical or horisontal sprite is not solution. Solution
is to make sprite like stairs. Check this:
http://i.webo.in/auto.sprites.png
I'm front-end developer and newbie to Java. If you tell me how to
resolve first problem, it would be good. I'm found a piece of code,
that get all files in rootdir based on extension. How to change it to
get files based on file name?
That all, waiting for reply.