generate .css files and put them into the source directory
parent
c377e411e3
commit
fd8f628a4f
|
@ -11,3 +11,5 @@ bin
|
|||
/target
|
||||
.springBeans
|
||||
nb-configuration.xml
|
||||
openid-connect-server-webapp/src/main/webapp/resources/bootstrap2/css/bootstrap-responsive.css
|
||||
openid-connect-server-webapp/src/main/webapp/resources/bootstrap2/css/bootstrap.css
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
<artifactId>lesscss-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<sourceDirectory>${project.basedir}/src/main/less</sourceDirectory>
|
||||
<outputDirectory>${project.build.directory}/${project.build.finalName}/resources/bootstrap2/css</outputDirectory>
|
||||
<outputDirectory>${project.basedir}/src/main/webapp/resources/bootstrap2/css</outputDirectory>
|
||||
<compress>false</compress>
|
||||
<includes>
|
||||
<include>bootstrap.less</include>
|
||||
|
@ -100,6 +100,7 @@
|
|||
<goals>
|
||||
<goal>compile</goal>
|
||||
</goals>
|
||||
<phase>process-sources</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue