google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

Add option to specify per-file or per-group processors in wro.xml #856

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, we have to have a global list of processors in wro.properties which 
is applied to all groups.

It would be nice to have extra attributes in wro.xml to specify per-file or 
per-group processors, for example:

<group name="all" preProcessors="cssImport" postProcessors="cssCompressor">
  ...
</group>

I'm interested in this because I have some already minimized files that I want 
to concatenate with the other files, but I don't want to process them in any 
way otherwise.

Original issue reported on code.google.com by img...@gmail.com on 3 Mar 2014 at 6:59

GoogleCodeExporter commented 9 years ago
I understand your use-case and it seems useful feature. The only concern is 
that this change requires quite a lot of work and probably won't be available 
very soon. If you are willing to contribute, I will gladly accept your pull 
request and provide you with any help if required.

Original comment by alex.obj...@gmail.com on 3 Mar 2014 at 7:57