Skip to content

Commit

Permalink
Remove unnecessary builds
Browse files Browse the repository at this point in the history
Removed 'remove_public_index' and 'remove_rails_logo_image' methods.
  • Loading branch information
sbagdat committed May 24, 2013
1 parent d01978f commit d2cd41c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/cybele/generators/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ def customize_gemfile
# Internal: Remove files don't need
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 Expand Up @@ -106,4 +104,4 @@ def get_builder_class
Cybele::AppBuilder
end
end
end
end

0 comments on commit d2cd41c

Please sign in to comment.