Skip to content

Commit

Permalink
include less files - fixes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Aug 11, 2016
1 parent 814e088 commit 1ef8ea7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<name>Bootstrap</name>
<version>4.0.1-alpha.3-SNAPSHOT</version>
<version>3.3.7-1-SNAPSHOT</version>
<packaging>jar</packaging>
<description>WebJar for Bootstrap</description>
<url>http://webjars.org</url>
Expand Down Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>com.jamesward</groupId>
<artifactId>unsnapshot-maven-plugin</artifactId>
<version>0.1</version>
<version>0.2</version>
<executions>
<execution>
<phase>initialize</phase>
Expand All @@ -90,7 +90,7 @@
<goals><goal>download-single</goal></goals>
<configuration>
<url>${sourceUrl}</url>
<fromFile>v${version.unsnapshot}.zip</fromFile>
<fromFile>v${version.unrevise}.zip</fromFile>
<toFile>${project.build.directory}/${project.artifactId}.zip</toFile>
</configuration>
</execution>
Expand All @@ -110,8 +110,8 @@
<unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" />
<echo message="moving resources" />
<move todir="${destDir}">
<fileset dir="${project.build.directory}/bootstrap-${version.unsnapshot}/dist" includes="js/,css/,fonts/" />
<fileset dir="${project.build.directory}/bootstrap-${version.unsnapshot}/" includes="js/,scss/" excludes="js/tests/" />
<fileset dir="${project.build.directory}/bootstrap-${version.unrevise}/dist"/>
<fileset dir="${project.build.directory}/bootstrap-${version.unrevise}/" includes="js/,less/" excludes="js/tests/" />
</move>
</target>
</configuration>
Expand Down

0 comments on commit 1ef8ea7

Please sign in to comment.