<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,8 @@
 task :default =&gt; [:run_tests ]
 task :build =&gt; [:clean, :copy, :compile, :version]
+task :build_debug =&gt; [:clean, :copy_all, :version]
 task :deploy =&gt; [:build, :push]
-
+task :deploy_debug =&gt; [:build_debug, :push]
 
 task :run_tests do
   sh &quot;jstdServer &amp;&amp; sleep 3&quot; unless `nc -z localhost 4224` =~ /succeeded!/
@@ -21,6 +22,11 @@ task :copy do
   sh &quot;cp -r examples build/&quot;
 end
 
+task :copy_all =&gt; :copy do
+  sh &quot;cp -r src build/&quot;
+  sh &quot;cp recon.html build/&quot;
+end
+
 task :compile =&gt; :copy do
   source = File.read(&quot;recon.html&quot;)
   region_regex = /&lt;!--\s*Begin scripts to compile\s*--&gt;(.*?)&lt;!--\s*End scripts to compile\s*--&gt;/m
@@ -31,7 +37,7 @@ task :compile =&gt; :copy do
   js_files.map! {|f| &quot;--js #{f}&quot;}
   opts = js_files.join(&quot; &quot;)
   compiled_name = &quot;compiled.js&quot;
-  sh &quot;compilejs #{opts} --js_output_file build/#{compiled_name}&quot; # --compilation_level ADVANCED_OPTIMIZATIONS
+  sh &quot;compilejs #{opts} --js_output_file build/#{compiled_name} --compilation_level WHITESPACE_ONLY&quot;
   new_source = source.sub(region_regex, &quot;&lt;script language=\&quot;javascript\&quot; charset=\&quot;utf-8\&quot; src=\&quot;#{compiled_name}\&quot;&gt;&lt;/script&gt;&quot;)
   File.open(&quot;build/recon.html&quot;, 'w') {|f| f.write(new_source)}
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>445fb1bd04fac57cf5983c9bffc0686856025101</id>
    </parent>
  </parents>
  <author>
    <name>Peter Burns</name>
    <email>peter@metaweb.com</email>
  </author>
  <url>http://github.com/freebase/reconciliation_ui/commit/a41c526f4d56aa27907befec1aa59187ebdb3d4e</url>
  <id>a41c526f4d56aa27907befec1aa59187ebdb3d4e</id>
  <committed-date>2009-11-06T15:07:34-08:00</committed-date>
  <authored-date>2009-11-06T15:07:34-08:00</authored-date>
  <message>Rolled back optimizations due to a bug FF found in the compiled output</message>
  <tree>7d875b4c1c724d1f1eeeeea774523fae341c6d84</tree>
  <committer>
    <name>Peter Burns</name>
    <email>peter@metaweb.com</email>
  </committer>
</commit>
