Skip to content

Instantly share code, notes, and snippets.

View mscharley's full-sized avatar

Matthew Scharley mscharley

View GitHub Profile
@mscharley
mscharley / app.js
Last active May 25, 2017 23:33 — forked from radiosilence/gist:4040553
RequireJS with Zurb Foundation 5
/*
This assumes that your bower_components folder is /assets. I renamed it in .bower.json for sanities sake.
I use baseUrl = '/js' as this is where all my custom javascript is and requirejs can't navigate
bower's folder structure anyway.
*/
requirejs.config({
paths: {
@mscharley
mscharley / Dockerfile
Last active May 16, 2016 21:30 — forked from lussoluca/dockerfile
Dockerfile for logstash-input-acquia
FROM logstash:1.5
# RUN apt-get update && apt-get install -y \
# ruby \
# git \
# vim \
# zip \
# openssl \
# && apt-get clean \
# && rm -rf /var/lib/apt/lists/*