I dunno why I always forget this set of steps.
./scripts/deploy.js deploy <the name> -t m1.large
git push <the name> dev:master
I dunno why I always forget this set of steps.
./scripts/deploy.js deploy <the name> -t m1.large
git push <the name> dev:master
so it isn't really dynamic.
but if you define source maps, does that mean you can read coffeescript (say) but be editing javascript?
idk if source maps' output gets recycled back into the running interpreter. I think it's just for debugging.
In Persona we cut our page load times in half by serving fonts smarter. This post outlines exactly how we implemented these performance wins, and gives you tools to do the same.
connect-fonts
is a Connect font-management middleware that improves @font-face
performance by serving locale-specific subsetted font files, reducing downloaded font size up to 80%. It also generates locale/browser-specific @font-face
CSS, and manages the CORS header required by Firefox and IE 9+. Subsetted fonts are served from a font pack--a directory tree of font subsets, plus a simple JSON config file. Some common open-source fonts are available in pregenerated font packs on npm, and creating your own font packs is straightforward.
(Feeling lost? We've [put together}(https://gist.github.com/6a68/5187976) a
asdf
Horizontal bar graphage from http://hdnrnzk.me/2012/07/04/creating-a-bar-graph-using-d3js/.
I took the original codez from the author's gist and adapted them to the bl.ocks.org conventions.
You can view the running example at http://bl.ocks.org/6a68/5165005.
To be used to experiment with horizontal bar graphs for an upcoming blog post on the connect-fonts library.
peace
d3js-based horizontal bar graphs for an upcoming article on the connect-fonts library.
Runnable example lives at http://bl.ocks.org/6a68/5166525, underlying gist lives at https://gist.github.com/6a68/5166525.
I based this code on a tutorial. For links to that tutorial, and code as presented in original article, see the parent gist, https://gist.github.com/6a68/5165005, or its corresponding runnable example at http://bl.ocks.org/6a68/5165005.
So. @font-face
is unfamiliar scary stuff? Here are some links to enjoy:
font-face basics: different file types in different browsers, and quirks.
FOUT: what happens until your fonts load
{ | |
"users": [{ | |
"id": 1, | |
"lastPasswordReset": 1363889433, | |
"emails": { | |
"[email protected]": { | |
"type": "secondary", | |
"verified": false | |
} | |
} |