Method: Jscompiler::Commands::Yahoo#run
- Defined in:
- lib/jscompiler/commands/yahoo.rb
#run ⇒ Object
39 40 41 42 43 |
# File 'lib/jscompiler/commands/yahoo.rb', line 39 def run generate_temp_file execute("java -jar #{compiler_path} #{prepare_arguments(args)} #{temp_file_path}") save_or_delete_temp_file end |