google-code-export / wro4j

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

Generate files on specific folder by group #887

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have multiple websites in one single webapp project.
I have not found a way to specify a folder (inside the css and the js folder) 
to each group.

I've  tried it in the name of the group on wro.xml, but it causes an exception 
throw:
<group name="mysite1/comon.min">
    <css>/css/mysite1/top.css</css>
    <css>/css/mysite1/cover.css</css>
    <js>/js/mysite1/any.js</js>
</group>

<group name="mysite2/comon2.min">
    <css>/css/mysite2/top2.css</css>
    <css>/css/mysite2/cover2.css</css>
    <js>/js/mysite2/any2.js</js>
</group>

For the samples above, I would like to have the target folders:
{cssDestinationFolder}/mysite1/common.min.css
{cssDestinationFolder}/mysite2/common2.css
{jsDestinationFolder{/mysite1/common.js
{jsDestinationFolder}/mysite2/common2.js

Original issue reported on code.google.com by helder.j...@gmail.com on 18 Jul 2014 at 8:49

GoogleCodeExporter commented 9 years ago
Correction:
For the samples above, I would like to have the target folders:
{cssDestinationFolder}/mysite1/common.min.css
{cssDestinationFolder}/mysite2/common2.min.css
{jsDestinationFolder{/mysite1/common.min.js
{jsDestinationFolder}/mysite2/common2.min.js

Original comment by helder.j...@gmail.com on 18 Jul 2014 at 8:52

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 5 Aug 2014 at 3:12