Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-22 | Remove svg namespace from html5 output | Benjamin Franzke | 3 | -4/+6 | |
svg namespace is added implicitly to the <svg> tags by html5 parsers. (It's actually that the xmlns has no effect for html5 and should theoretically be treated as something has _has_ to be removed during minification) | |||||
2017-07-22 | Drop the unused checkmark id "checkmark" | Benjamin Franzke | 1 | -1/+1 | |
2017-07-22 | chomp unix line ending from output xhtml/html files | Benjamin Franzke | 1 | -4/+4 | |
save's one byte | |||||
2017-07-22 | Optimize all jpg's to quality 80 | Benjamin Franzke | 5 | -0/+0 | |
jpegoptim --strip-all -m 80 *.jpg | |||||
2016-07-06 | Further byte optimization | Benjamin Franzke | 2 | -3/+2 | |
2016-07-06 | Only provide .woff and .woff2 fonts | Benjamin Franzke | 2 | -37/+5 | |
All browsers we care about handle these | |||||
2016-07-06 | Save some more bytes by combining the root font definition | Benjamin Franzke | 2 | -5/+2 | |
2016-07-06 | Remove one unneeded css attribute | Benjamin Franzke | 2 | -2/+1 | |
2016-07-06 | minify_html: Also remove spaces when question mark is in attribute | Benjamin Franzke | 1 | -1/+1 | |
2016-07-06 | Simplify css | Benjamin Franzke | 3 | -51/+19 | |
to save some bytes (around 100B) | |||||
2016-07-06 | Reduce ugly <div class=outer> markup | Benjamin Franzke | 3 | -51/+44 | |
..and replace that "container" aproach by a padding-left/padding-right calculated from viewportwidth aproach. This optimization saves around 27bytes | |||||
2016-07-06 | Remove unneeded markup | Benjamin Franzke | 1 | -2/+1 | |
2016-07-05 | Record and minify some attributes in xml | Benjamin Franzke | 2 | -3/+3 | |
2016-07-05 | Revert "minify_html: Remove space after quoted attributes" | Benjamin Franzke | 2 | -2/+1 | |
This reverts commit 81938dc2c9ae29429d6d8c0b558623a71096f2da. As validator.w3.org throws the following error: No space between attributes. At line 2, column 4862 Box="0 0 55 55"id=checkmark><p Cause of this revert we're back at a 99% html minification score gtmetrix now. | |||||
2016-07-05 | minify_html: Remove space after quoted attributes | Benjamin Franzke | 2 | -1/+2 | |
2016-07-05 | Move css into root | Benjamin Franzke | 7 | -79/+79 | |
..allows to specify realtive font path's that are usable with and without compiling the css | |||||
2016-07-05 | Minify html | Benjamin Franzke | 3 | -4/+16 | |
2016-07-05 | cleanup | Benjamin Franzke | 1 | -2/+1 | |
2016-07-05 | Do not indent html | Benjamin Franzke | 1 | -1/+1 | |
2016-07-05 | Minize whitespace | Benjamin Franzke | 1 | -4/+7 | |
..but keep leading and trailing whitespace | |||||
2016-07-05 | Allow to use different resource caching schemes | Benjamin Franzke | 4 | -14/+68 | |
On the deployment server we no use make versioned_jpg="'s/.*/.&.jpg/'" versioned_png="'s/.*/.&.png/'" to generate resource urls like image.f74d4ea.png | |||||
2016-07-05 | kapitalinstitut: run optipng | Benjamin Franzke | 1 | -0/+0 | |
2016-07-05 | Specifiy width and height for the gplus icon | Benjamin Franzke | 1 | -1/+1 | |
To make gtmetrix.com happy | |||||
2016-07-04 | Fix .gitignore | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Optimize form elements for google pagespedd | Benjamin Franzke | 2 | -1/+5 | |
2016-07-04 | Rename impress.xml -> imprint.xml | Benjamin Franzke | 3 | -2/+2 | |
2016-07-04 | Provide width and height attributes for all images | Benjamin Franzke | 5 | -7/+7 | |
That make's Browsers and gogle pagespeed happy. (Removes the prioritize visible content warning) | |||||
2016-07-04 | Do not use dislay flex for mobile, to not confuse google pagespeed | Benjamin Franzke | 2 | -5/+4 | |
which thinks our links overlap. | |||||
2016-07-04 | Fix the default style import | Benjamin Franzke | 2 | -2/+2 | |
2016-07-04 | Cleanup css | Benjamin Franzke | 1 | -4/+2 | |
2016-07-04 | Remove postcss from style.min.css dependency list | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Remove id info attribute | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Include Roboto downloaded from Google | Benjamin Franzke | 26 | -6/+1326 | |
2016-07-04 | WIP: Inline css | Benjamin Franzke | 3 | -3/+3 | |
2016-07-04 | make clean: clean html files | Benjamin Franzke | 1 | -0/+1 | |
2016-07-04 | html output: Remove namespaces from root | Benjamin Franzke | 2 | -3/+11 | |
2016-07-04 | Fix stray end tags in html output | Benjamin Franzke | 1 | -2/+4 | |
2016-07-04 | Fix a:focus state | Benjamin Franzke | 2 | -2/+3 | |
2016-07-04 | All html files depend on stylesheet changes (as they include the git hash) | Benjamin Franzke | 1 | -1/+1 | |
..so rebuild them when the stylesheet changes | |||||
2016-07-04 | Add a rule to generate html files from xhtml | Benjamin Franzke | 2 | -12/+39 | |
2016-07-04 | Makefile: Exclude the dot from the suffix variable | Benjamin Franzke | 1 | -3/+3 | |
2016-07-04 | xsl/layout.xsl: Use xsl:text throughout the document | Benjamin Franzke | 2 | -13/+13 | |
..to allow the xml write to inline the entire markup | |||||
2016-07-04 | xsl/svg.xsl: Minimize svg attributes | Benjamin Franzke | 1 | -3/+8 | |
They may include newlines and duplicate spaces for readability. Lets normalize those with normalize-space() | |||||
2016-07-04 | layout: Fix "Referenzen" font-size | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | wip | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | cleanup | Benjamin Franzke | 1 | -2/+0 | |
2016-07-04 | Style cleanup | Benjamin Franzke | 2 | -21/+12 | |
2016-07-04 | Define google font url in html | Benjamin Franzke | 3 | -3/+2 | |
2016-07-04 | Fixup style usage | Benjamin Franzke | 2 | -7/+1 | |
2016-07-04 | Fix media query | Benjamin Franzke | 2 | -2/+2 | |