Skip to content

Commit

Permalink
#32 remove rails logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Özgür ÖZKAN committed May 11, 2013
1 parent 69dc256 commit ea548ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/cybele/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ def remove_readme_rdoc
remove_file 'README.rdoc'
end

# Internal: Remove rails.png file
def remove_rails_logo_image
remove_file 'app/assets/images/rails.png'
end

# Internal: Replace gemfile
def replace_gemfile
remove_file 'Gemfile'
Expand Down
1 change: 1 addition & 0 deletions lib/cybele/generators/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def remove_files_we_dont_need
say 'Remove files we don\'t need'
build :remove_public_index
build :remove_readme_rdoc
build :remove_rails_logo_image
end

# Internal: Replace files
Expand Down

0 comments on commit ea548ad

Please sign in to comment.