Skip to content

Commit

Permalink
Build: Also minify i18n files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Dec 1, 2011
1 parent afdc577 commit 8b9ec2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/build.xml
Expand Up @@ -123,6 +123,12 @@
<mapper type="glob" from="*.js" to="${min.dir}/*.min.js" />
<targetfile/>
</apply>
<apply executable="build/minify-js.sh">
<fileset dir="${dist.dir}/ui/i18n" includes="**.js" />
<srcfile />
<mapper type="glob" from="*.js" to="${min.dir}/i18n/*.min.js" />
<targetfile/>
</apply>
<apply executable="java" parallel="false">
<fileset dir="${dist.dir}/themes/base" includes="*.css" />
<arg line="-jar" />
Expand Down

0 comments on commit 8b9ec2b

Please sign in to comment.