Skip to content

Commit b242a57

Browse files
committed
Build: Force headered files to be copied to minified directory. Fixes #5904 - Build: sometimes headered files aren't copied to minified directory.
1 parent 1e4fbd9 commit b242a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</concat>
7070
</sequential>
7171
</for>
72-
<copy todir="${min.dir}">
72+
<copy todir="${min.dir}" overwrite="true">
7373
<fileset dir="${dist.dir}/ui-headered/" includes="*.js" />
7474
</copy>
7575

0 commit comments

Comments
 (0)