Skip to content

Commit

Permalink
removed pauses from template script
Browse files Browse the repository at this point in the history
  • Loading branch information
ddubyah committed May 22, 2011
1 parent 67420ec commit fa6ce79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa6ce79

Please sign in to comment.