1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-10 21:38:04 -05:00

* optimize website-deploy task

This commit is contained in:
Reinhard Pointner 2015-06-05 07:35:50 +00:00
parent 6ac6bcb003
commit b6686ac65e

View File

@ -785,7 +785,7 @@
<taskdef name="package-source" classname="net.filebot.ant.spk.RepositoryTask" classpathref="jars.classpath" />
<!-- copy static website resources -->
<copy todir="${dir.dist}/website">
<copy todir="${dir.dist}/website" preservelastmodified="yes" verbose="yes">
<fileset dir="${dir.website}">
<include name="*.html" />
<include name="*.php" />