Skip to content

Commit

Permalink
Avoid generation of extra _flashes view
Browse files Browse the repository at this point in the history
Related: #537
  • Loading branch information
tute committed Mar 25, 2015
1 parent 6ce3313 commit 30da485
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions lib/suspenders/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@ def install_bitters
run "bitters install --path app/assets/stylesheets"
end

def install_refills
run "rails generate refills:import flashes"
end

def gitignore_files
remove_file '.gitignore'
copy_file 'suspenders_gitignore', '.gitignore'
Expand Down
6 changes: 0 additions & 6 deletions lib/suspenders/generators/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def suspenders_customization
invoke :configure_app
invoke :setup_stylesheets
invoke :install_bitters
invoke :install_refills
invoke :copy_miscellaneous_files
invoke :customize_error_pages
invoke :remove_routes_comment_lines
Expand Down Expand Up @@ -149,11 +148,6 @@ def install_bitters
build :install_bitters
end

def install_refills
say "Install Refills"
build :install_refills
end

def setup_git
if !options[:skip_git]
say 'Initializing git'
Expand Down

0 comments on commit 30da485

Please sign in to comment.