mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-24 09:50:26 +00:00
Add a structure output to the ant build
This commit is contained in:
parent
6354bd4260
commit
fa2d0e2ec3
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@
|
|||
</target>
|
||||
|
||||
<target name="merge_css">
|
||||
<concat destfile="combine/jquery.mobile.structure.css">
|
||||
<filelist dir="${css-structure-dir}" files="${css-structure-sources}"/>
|
||||
</concat>
|
||||
<concat destfile="combine/jquery.mobile.css">
|
||||
<filelist dir="${css-theme-dir}" files="${css-theme-sources}"/>
|
||||
<filelist dir="${css-structure-dir}" files="${css-structure-sources}"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue