From fa6ce7989fb9597d6bad56211d3fa0ec775e6668 Mon Sep 17 00:00:00 2001 From: Darren Wallace Date: Sun, 22 May 2011 13:55:36 +0100 Subject: [PATCH] removed pauses from template script --- template.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.rb b/template.rb index e9e8ba7..6c29e58 100644 --- a/template.rb +++ b/template.rb @@ -59,10 +59,10 @@ def download_file(uri_string, destination) # apply jquery puts "applying jquery".yellow -yes? "Continue?" + generate 'jquery:install' #run "rails g jquery:install" -yes? "Continue?" +#yes? "Continue?" apply "#{@partials}/_boilerplate.rb" apply "#{@partials}/_replace_files.rb"