Skip to content

Commit

Permalink
dont be so chatty during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil Maj committed Jul 24, 2011
1 parent 45f2195 commit b556d56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ if extra
end

if minify
puts "Minify-ing..."
minified_filename = hash['out'].sub(/\.js$/, '.min.js')
`java -jar util/compiler.jar --js=#{ hash["out"] } \
--js_output_file=#{ minified_filename }`
Expand Down Expand Up @@ -130,11 +129,9 @@ if docs
FileUtils.rm_r(DOC_DIR) if File.exists?(DOC_DIR)

# Generate HTML
puts "Generating HTML documentation..."
generate_documentation(HTML_DIR)

# Generate EJS
puts "Generating EJS documentation..."
generate_documentation(EJS_DIR)
html_to_ejs(EJS_DIR)

Expand Down

0 comments on commit b556d56

Please sign in to comment.