Upgrade to Pro — share decks privately, control downloads, hide ads and more …

cssMaker

 cssMaker

A quick presentation I gave at Code4Lib MIdwest 2014 about cssMaker, a simple script for updating and concatenating CSS files that don't belong to you (and those that do).

Matthew Reidsma

July 23, 2014
Tweet

More Decks by Matthew Reidsma

Other Decks in Programming

Transcript

  1. OR, WHEN DUMB IDEAS YOU GET AT LUNCH WORK OUT

    CSSMAKER: MATTHEW REIDSMA GRAND VALLEY STATE UNIVERSITY
  2. GOOGLE .9 30 RESULTS 10 RESULTS PAGE LOAD TIME IN

    SECONDS .4 2006 http://glinden.blogspot.com/2006/11/marissa-mayer-at-web-20.html
  3. Half a second delay caused a 20% drop in traffic.

    Half a second delay killed user satisfaction. http://glinden.blogspot.com/2006/11/marissa-mayer-at-web-20.html “ Marissa Mayer
  4. <link rel=”stylesheet” href=”one.css” /> <link rel=”stylesheet” href=”two.css” /> <link rel=”stylesheet”

    href=”three.css” /> <link rel=”stylesheet” href=”four.css” /> <link rel=”stylesheet” href=”five.css” /> <link rel=”stylesheet” href=”six.css” />
  5. CSS FILES CAN LIVE ON ANY SERVER 1 UPDATE THROUGH

    HTTP REQUEST 3 NO RUNTIME BUILDS; MANUAL OR CRON 2