separated root bootstrap and responsive files into different WRO4J groups

pull/1137/merge
Justin Richer 2017-03-18 10:59:30 -04:00
parent 9b2177a422
commit eb1ec0979d
2 changed files with 4 additions and 2 deletions

View File

@ -96,7 +96,7 @@
</execution>
</executions>
<configuration>
<targetGroups>bootstrap</targetGroups>
<targetGroups>bootstrap,bootstrap-responsive</targetGroups>
<destinationFolder>${project.build.directory}/${project.build.finalName}</destinationFolder>
<cssDestinationFolder>${project.build.directory}/${project.build.finalName}/resources/bootstrap2/css/</cssDestinationFolder>
<jsDestinationFolder>${project.build.directory}/${project.build.finalName}/js/</jsDestinationFolder>

View File

@ -1,6 +1,8 @@
<groups xmlns="http://www.isdc.ro/wro">
<group name="bootstrap">
<css>/less/bootstrap.less</css>
</group>
<group name="bootstrap-responsive">
<css>/less/bootstrap-responsive.less</css>
</group>
</group>
</groups>