#867 ✓resolved
Betelgeuse

setup_wizard generates files with trailing white space

Reported by Betelgeuse | November 21st, 2010 @ 08:11 PM | in Hobo 1.3 (Rails 3)

With 1.3.0.pre19 looking at the initial git commit generated these files have trailing white space:

  • app/controllers/admin/admin_site_controller.rb
  • app/views/taglibs/themes/clean/clean.dryml
  • public/hobothemes/clean/stylesheets/clean.css
  • public/hobothemes/clean/stylesheets/rapid-ui.css
  • public/javascripts/dryml-support.js
  • public/javascripts/hobo-rapid.js
  • public/javascripts/ie7-recalc.js
  • public/javascripts/lowpro.js
  • public/stylesheets/reset.css

Something like this should make it easy to remove trailing ws from the repo at least:

find * -type f -exec sed -re 's:\s+$::' -i {} +

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Referenced by

Pages