changcheng / wro4j

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

Configuration of pre processors for wro4j-runner #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
wro4j-runner should provide the same features as the wro4j-maven-plugin does. 
More specifically, user should be able to configure pre & post processors.

Mailing list discussion thread:
https://groups.google.com/forum/#!topic/wro4j/RMfmAKkew5w

Original issue reported on code.google.com by alex.obj...@gmail.com on 31 Jul 2011 at 9:27

GoogleCodeExporter commented 9 years ago
It will be enough to be able to configure pre processors only as a part of this 
task.

Original comment by alex.obj...@gmail.com on 31 Jul 2011 at 12:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Now, it is possible to configure preProcessors like this:

-c cssMin,jsMin,cssLint

OR

--compressor cssMin,jsMin,cssLint

OR

--preProcessors cssMin,jsMin,cssLint

Original comment by alex.obj...@gmail.com on 31 Jul 2011 at 1:28