I hereby claim:
- I am tdhartwick on github.
- I am brah (https://keybase.io/brah) on keybase.
- I have a public key ASDOagotZLETq9t1664yw7Vlmv43-DWIpa6mxGWCcg9_0Qo
To claim this, I am signing this object:
// Opens your Modal | |
$('** My Modal Class **').foundation('open'); | |
// Re-instantiates Modal | |
$('** My Modal Class **').on('closed.zf.reveal', function() { | |
setTimeout(function() { | |
$('** My Modal Class **').foundation('open'); | |
}, 100); | |
}); |
I hereby claim:
To claim this, I am signing this object:
module.exports = function(grunt) { | |
var hljs = require('highlight.js'); | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
csssplit: { | |
dist: { | |
src: ['dist/assets/css/app.css'], | |
dest: 'dist/assets/css/app.css', | |
options: { |
'use strict'; | |
import plugins from 'gulp-load-plugins'; | |
import yargs from 'yargs'; | |
import browser from 'browser-sync'; | |
import gulp from 'gulp'; | |
import panini from 'panini'; | |
import rimraf from 'rimraf'; | |
import sherpa from 'style-sherpa'; | |
import yaml from 'js-yaml'; |
I hereby claim:
To claim this, I am signing this object: