jahaziel17 / wro4j

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

Multiple context folders for maven plugin #788

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to use the Maven plugin to concat and minify my CSS and JS at build 
time. However, I have a number of CSS and JS files in a "common" project and 
I'm doing the minification in a "client" project. I'd like to configure 
something like this:

<contextFolder>../common/src/main/webapp,src/main/webapp</contextFolder>

Is something like this possible, so both directories are examined for files?

Original issue reported on code.google.com by alex.obj...@gmail.com on 25 Sep 2013 at 7:15

GoogleCodeExporter commented 8 years ago
Fixed in stable branch 1.7.x.

Original comment by alex.obj...@gmail.com on 28 Sep 2013 at 9:28