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:
parent
6ac6bcb003
commit
b6686ac65e
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user