Skip to content

Commit

Permalink
Build: Force headered files to be copied to minified directory. Fixes…
Browse files Browse the repository at this point in the history
… #5904 - Build: sometimes headered files aren't copied to minified directory.
  • Loading branch information
scottgonzalez committed Aug 5, 2010
1 parent 1e4fbd9 commit b242a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Expand Up @@ -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>

Expand Down

0 comments on commit b242a57

Please sign in to comment.