diff --git a/Rakefile b/Rakefile index fb8d13006cb1195cb9daf1dca97bfb2acba7cd00..ea5d1ff65dac1bf32dd6c7a4189ef16d5c5ec626 100644 --- a/Rakefile +++ b/Rakefile @@ -195,7 +195,7 @@ def combine_js(html, base_dir) fname = "#{OUT_DIR}/app.js" File.open(fname, 'w') {|f| f.write(js.join("\n")) } yui_compress(fname) - html.sub(js_section_re, '') + html.sub(js_section_re, '') end # Use :export or :live_docs tasks instead of running this separately