Skip to content

Instantly share code, notes, and snippets.

@mashcode
mashcode / urban_ag
Last active August 29, 2015 14:22
validating urban_ag.geojson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Alain L. Locke Magnet School for Environmental Leadership",
"address": "21 West 111th Street, New York, NY",
"site_type": "NYC Schools (K-12)"
},
@mashcode
mashcode / Gruntfile.js
Created February 18, 2015 19:54
Jekyll cdn url fixer for UI media assets appends path to fix broken jekyll baseurl variable
// Generated on 2015-02-11 using generator-jekyllrb 1.4.1
'use strict';
// Directory reference:
// css: css
// compass: _scss
// javascript: js
// images: img
// fonts: fonts
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
/* High-res version of image assets go here */
}