Skip to content

Commit 1ef8ea7

Browse files
committed
include less files - fixes #47
1 parent 814e088 commit 1ef8ea7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.webjars</groupId>
1212
<artifactId>bootstrap</artifactId>
1313
<name>Bootstrap</name>
14-
<version>4.0.1-alpha.3-SNAPSHOT</version>
14+
<version>3.3.7-1-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616
<description>WebJar for Bootstrap</description>
1717
<url>http://webjars.org</url>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>com.jamesward</groupId>
7171
<artifactId>unsnapshot-maven-plugin</artifactId>
72-
<version>0.1</version>
72+
<version>0.2</version>
7373
<executions>
7474
<execution>
7575
<phase>initialize</phase>
@@ -90,7 +90,7 @@
9090
<goals><goal>download-single</goal></goals>
9191
<configuration>
9292
<url>${sourceUrl}</url>
93-
<fromFile>v${version.unsnapshot}.zip</fromFile>
93+
<fromFile>v${version.unrevise}.zip</fromFile>
9494
<toFile>${project.build.directory}/${project.artifactId}.zip</toFile>
9595
</configuration>
9696
</execution>
@@ -110,8 +110,8 @@
110110
<unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" />
111111
<echo message="moving resources" />
112112
<move todir="${destDir}">
113-
<fileset dir="${project.build.directory}/bootstrap-${version.unsnapshot}/dist" includes="js/,css/,fonts/" />
114-
<fileset dir="${project.build.directory}/bootstrap-${version.unsnapshot}/" includes="js/,scss/" excludes="js/tests/" />
113+
<fileset dir="${project.build.directory}/bootstrap-${version.unrevise}/dist"/>
114+
<fileset dir="${project.build.directory}/bootstrap-${version.unrevise}/" includes="js/,less/" excludes="js/tests/" />
115115
</move>
116116
</target>
117117
</configuration>

0 commit comments

Comments
 (0)