Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 0.2.3
-
Fix Version/s: 0.2.4
-
Component/s: None
-
Labels:None
Description
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?
Issue Links
| This issue is duplicated by: | ||||
| SMARTSPRITES-37 | Add support for processing individual CSS files |
|
|
|
| This issue is related to: | ||||
| SMARTSPRITES-37 | Add support for processing individual CSS files |
|
|
|
Hi Jouni, patches are most welcome
Can you attach yours to this issue so that I can apply it? Thanks!