|
HTMLBeautifier
HTML BeautifierA normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates. Get itUse 'sudo' on the last line if appropriate. svn checkout http://paulbattley.googlecode.com/svn/htmlbeautifier/trunk htmlbeautifier cd htmlbeautifier ruby setup.rb Use ithtmlbeautifier < source.rhtml > dest.rhtml |
Sign in to add a comment
What is the textmate command to beautify the content of the current file and replace it with the beautified output? How would you apply it on a directoy, perhaps recursively from within textmate?
Thanks!! That was very useful!