mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Force headered files to be copied to minified directory. Fixes #5904 - Build: sometimes headered files aren't copied to minified directory.
This commit is contained in:
parent
1e4fbd95d2
commit
b242a577f2
@ -69,7 +69,7 @@
|
||||
</concat>
|
||||
</sequential>
|
||||
</for>
|
||||
<copy todir="${min.dir}">
|
||||
<copy todir="${min.dir}" overwrite="true">
|
||||
<fileset dir="${dist.dir}/ui-headered/" includes="*.js" />
|
||||
</copy>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user