class Jquery::Generators::InstallGenerator

def download_jquery_ui

def download_jquery_ui
  if options.ui?
    say_status("fetching", "jQuery UI (latest 1.x release)", :green)
    get "http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.js",     "public/javascripts/jquery-ui.js"
    get "http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js", "public/javascripts/jquery-ui.min.js"
  end
end