Skip to content

Commit

Permalink
forgot to turn compiler into a property
Browse files Browse the repository at this point in the history
  • Loading branch information
roblarsen committed Jan 25, 2013
1 parent 97d9a8b commit 53ae39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Expand Up @@ -570,13 +570,14 @@
<exclude name="${dir.js}/scripts-concat.js"/>
</fileset>
<arg line="-jar"/>
<arg path="./${dir.build.tools}/closure-compiler-v1346.jar"/>
<arg path="./${dir.build.tools}/${tool.compiler}"/>
<arg line="--js"/>
<srcfile/>
<arg line="--compilation_level" />
<arg value="${scripts.compilation.level}" />
<arg line="--warning_level" />
<arg value="${scripts.compilation.warninglevel}" />
<arg line="--create_source_map" />
<arg line="--js_output_file" />
<mapper type="glob" from="*.js" to="${basedir}/${dir.intermediate}/${dir.js}/*.js"/>
<targetfile/>
Expand Down
1 change: 1 addition & 0 deletions config/default.properties
Expand Up @@ -133,6 +133,7 @@ build.scripts.dir = ${dir.build}/build-scripts
tool.yuicompressor = yuicompressor-2.4.7.jar
tool.htmlcompressor = htmlcompressor-1.5.3.jar
tool.csscompressor = css-compressor/cli.php
tool.compiler = compiler.jar
tool.rhino = rhino.jar
tool.jslint = fulljslint.js
tool.jshint = fulljshint.js
Expand Down

0 comments on commit 53ae39b

Please sign in to comment.