Skip to content
  • Tom Webster's avatar
    Compressed and minified assets, removed IDF JS · d719695c
    Tom Webster authored
    Created Jekyll plugin to automatically squash, compress, and gzip assets.
    Assets are hard cache-busted with md5sums.
    The plugin also creates new liquid tags: {% css_tag %} and {% js_tag %}
    to put in the <head>. This allows automatic additions to <head> even with
    hard cache-busting.
    This works for CSS, JS, and fonts.
    Fonts are not squashed, but .gz varieties are made available.
    
    Removed IDF JS
    This seems unnecessary right now. I will add it back if it is required.
    
    Tighten up CSS
    Extraneous CSS files have been removed.
    Small style changes made.
    d719695c