jahaziel17 / wro4j

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

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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 8 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

GoogleCodeExporter commented 8 years ago
I'm really interested by this feature because it's common to apply specific 
strategies regarding the files or groups. 

Hope this feature will come soon ;)

Original comment by mathieu....@gmail.com on 29 Jun 2015 at 2:44

GoogleCodeExporter commented 8 years ago
The project has migrated to a new location. The issues have been migrated as 
well. 
The link for this issue is this one: https://github.com/wro4j/wro4j/issues/856

Original comment by alex.obj...@gmail.com on 30 Jun 2015 at 12:41