Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim_whitespace meddleware plugin | Sebastian Spaeth | 2012-12-01 | 1 | -0/+25 |
Our HTML output is very verbose (=whitespacy) as our templates are written with an 80 char limit and lots of newlines between blocks, variables etc.... This is a plugin that naively strips of all but the first whitespace from the HTML response. We might want to have an all-fancy html tidy interface here at some point, but it nicely decreases the HTML size about a third on some simple pages. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> |