mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-20 12:21:52 +00:00
Merge pull request #2751 from eddiemonge/master
Update ant build to include a structure css files
This commit is contained in:
commit
4bab093159
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="merge_css">
|
<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">
|
<concat destfile="combine/jquery.mobile.css">
|
||||||
<filelist dir="${css-theme-dir}" files="${css-theme-sources}"/>
|
<filelist dir="${css-theme-dir}" files="${css-theme-sources}"/>
|
||||||
<filelist dir="${css-structure-dir}" files="${css-structure-sources}"/>
|
<filelist dir="${css-structure-dir}" files="${css-structure-sources}"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue