separated root bootstrap and responsive files into different WRO4J groups
parent
9b2177a422
commit
eb1ec0979d
|
@ -96,7 +96,7 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<targetGroups>bootstrap</targetGroups>
|
<targetGroups>bootstrap,bootstrap-responsive</targetGroups>
|
||||||
<destinationFolder>${project.build.directory}/${project.build.finalName}</destinationFolder>
|
<destinationFolder>${project.build.directory}/${project.build.finalName}</destinationFolder>
|
||||||
<cssDestinationFolder>${project.build.directory}/${project.build.finalName}/resources/bootstrap2/css/</cssDestinationFolder>
|
<cssDestinationFolder>${project.build.directory}/${project.build.finalName}/resources/bootstrap2/css/</cssDestinationFolder>
|
||||||
<jsDestinationFolder>${project.build.directory}/${project.build.finalName}/js/</jsDestinationFolder>
|
<jsDestinationFolder>${project.build.directory}/${project.build.finalName}/js/</jsDestinationFolder>
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<groups xmlns="http://www.isdc.ro/wro">
|
<groups xmlns="http://www.isdc.ro/wro">
|
||||||
<group name="bootstrap">
|
<group name="bootstrap">
|
||||||
<css>/less/bootstrap.less</css>
|
<css>/less/bootstrap.less</css>
|
||||||
|
</group>
|
||||||
|
<group name="bootstrap-responsive">
|
||||||
<css>/less/bootstrap-responsive.less</css>
|
<css>/less/bootstrap-responsive.less</css>
|
||||||
</group>
|
</group>
|
||||||
</groups>
|
</groups>
|
Loading…
Reference in New Issue