Skip to content

Commit eb1ec09

Browse files
committed
separated root bootstrap and responsive files into different WRO4J groups
1 parent 9b2177a commit eb1ec09

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

openid-connect-server-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</execution>
9797
</executions>
9898
<configuration>
99-
<targetGroups>bootstrap</targetGroups>
99+
<targetGroups>bootstrap,bootstrap-responsive</targetGroups>
100100
<destinationFolder>${project.build.directory}/${project.build.finalName}</destinationFolder>
101101
<cssDestinationFolder>${project.build.directory}/${project.build.finalName}/resources/bootstrap2/css/</cssDestinationFolder>
102102
<jsDestinationFolder>${project.build.directory}/${project.build.finalName}/js/</jsDestinationFolder>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<groups xmlns="http://www.isdc.ro/wro">
22
<group name="bootstrap">
33
<css>/less/bootstrap.less</css>
4+
</group>
5+
<group name="bootstrap-responsive">
46
<css>/less/bootstrap-responsive.less</css>
5-
</group>
7+
</group>
68
</groups>

0 commit comments

Comments
 (0)