diff options
-rw-r--r-- | build/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index fec10a1a7..6681116de 100644 --- a/build/build.xml +++ b/build/build.xml @@ -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" /> |