Skip to content

Commit

Permalink
add --create_source_map
Browse files Browse the repository at this point in the history
add `--create_source_map ${distdir}/jquery.jqGrid.min.map` option of closure compiler
  • Loading branch information
OlegKi committed Nov 26, 2014
1 parent 1977416 commit 60ba3e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -40,6 +40,8 @@
<arg path="${GoogleCompiler}" />
<arg value="--warning_level" />
<arg value="QUIET" />
<arg value="--create_source_map" />
<arg value="${distdir}/${target.map}" />
<arg value="--js_output_file" />
<targetfile />
<arg value="--js" />
Expand Down

0 comments on commit 60ba3e0

Please sign in to comment.