Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:mkelly12/google_closure_compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed Jan 5, 2010
2 parents 8403766 + 86d095c commit 4b879d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/google_closure_compiler/javascript.rb
Expand Up @@ -46,7 +46,6 @@ def compiled

def compiler_cli_installed?
return unless GoogleClosureCompiler.compiler_application_path
debugger
output = `#{GoogleClosureCompiler.java_path} -jar #{GoogleClosureCompiler.compiler_application_path} --helpshort`
output.include?('Usage: java [jvm-flags...] com.google.javascript.jscomp.CompilerRunner [flags...] [args...]')
end
Expand Down

0 comments on commit 4b879d4

Please sign in to comment.