0
<include name="jquery.js" />
0
- <arg path="build/yuicompressor-2.4.2.jar" />
0
- <arg value="--charset" />
0
+ <arg path="build/google-compiler-20091218.jar" />
0
+ <arg value="--warning_level" />
0
+ <arg value="--js_output_file" />
0
- <mapper type="glob" from="jquery.js" to="jquery.min.js" />
0
+ <mapper type="glob" from="jquery.js" to="tmpmin" />
0
+ <concat destfile="${JQ_MIN}">
0
+ <filelist files="${JQ}, dist/tmpmin"/>
0
+ <headfilter lines="15"/>
0
+ <concat destfile="${JQ_MIN}" append="yes">
0
+ <filelist files="dist/tmpmin"/>
0
+ <delete file="dist/tmpmin"/>
0
<echo message="${JQ_MIN} built." />
Rather than using 15 lines hard coded into the build script (which is bound to break at some point), would it not be better to change src/intro.js to use a JSDoc comment market (/* rather than /!) and add either the @license or @preserve tags to the comment so that it is kept in the output?