mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Build: create themes.zip as part of themes-download target
This commit is contained in:
parent
4069642f21
commit
a8311f955a
@ -292,11 +292,14 @@
|
|||||||
</sequential>
|
</sequential>
|
||||||
</for>
|
</for>
|
||||||
<move todir="${dist.dir}themes/">
|
<move todir="${dist.dir}themes/">
|
||||||
<fileset dir="${dist.dir}themes/" />
|
<fileset dir="${dist.dir}themes/" />
|
||||||
<mapper>
|
<mapper>
|
||||||
<mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
|
<mapper type="regexp" from="(.*)jquery-ui-.*custom.css" to="\1jquery-ui.css" />
|
||||||
</mapper>
|
</mapper>
|
||||||
</move>
|
</move>
|
||||||
|
<zip destfile="${dist.dir}/../${release.filename}-themes.zip">
|
||||||
|
<zipfileset dir="${dist.dir}/" includes="AUTHORS.txt,GPL-LICENSE.txt,MIT-LICENSE.txt,version.txt,themes/**" />
|
||||||
|
</zip>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="whitespace">
|
<target name="whitespace">
|
||||||
|
Loading…
Reference in New Issue
Block a user