Currently the processing traveses all CSS files recursively from the root.dir.path.
I would like to specify that only the CSS files found directly under the root.dir.path should be processed. We have a custom build process in our project that concatenates multiple CSS files together, and I would like to process only that one catenated file, not all the individual files as well (that happen to be contained inside the same folder structure).
One more init parameter should do this nicely, I already did a patch for myself. Other suggestions?