Skip to content

Instantly share code, notes, and snippets.

View jakubrpawlowski's full-sized avatar
🏠
Working from home

Jakub Pawlowski jakubrpawlowski

🏠
Working from home
View GitHub Profile
body {
color: #212121;
font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.02em;
}
@jakubrpawlowski
jakubrpawlowski / inline-js-data-uri.txt
Created February 16, 2017 07:14 — forked from dfkaye/inline-js-data-uri.txt
use data URIs to inline all your JavaScript to production
8 JUL 2013
Couldn't sleep - kept thinking about modules with blobs, workers, data:URIs - then realized this was
staring us in the face this whole time, verified it with firebug and some test code, wrote the gist
down - now go build it.
Starts with Tobie Langel's lazy evaluation of JS ~
http://calendar.perfplanet.com/2011/lazy-evaluation-of-commonjs-modules/
and Tom Dale's http://tomdale.net/2012/01/amd-is-not-the-answer/