Skip to content

Instantly share code, notes, and snippets.

View sud0n1m's full-sized avatar

Colin Nederkoorn sud0n1m

View GitHub Profile
@sud0n1m
sud0n1m / event.txt
Last active July 20, 2016 21:56
Code to merge in the customer object and event object formatted as valid JSON.
{
"event":
{{ event | replace: "=>", ":" }},
"customer":
{{ customer | replace: "=>", ":" }}
}
import gulp from 'gulp';
import plugins from 'gulp-load-plugins';
import browser from 'browser-sync';
import rimraf from 'rimraf';
import panini from 'panini';
import yargs from 'yargs';
import lazypipe from 'lazypipe';
import inky from 'inky';
import fs from 'fs';
import siphon from 'siphon-media-query';