I'm playing with ruby and I noticed that the output wasn't minified when rendering my ruby script ... Files in my www folder are minified when displaying them... not my ruby script. It is the normal behavior ?
Actually it's not only ruby scripts but all scripts (C included)
There is something special to optimise it ? The g-wan script is launched with -d argument as root.
here a ruby sample :
puts "\n\nHello Ruby World\n\n!!"
exit 200
It will render file as it, without removing \n