Skip to content

Instantly share code, notes, and snippets.

'use strict';
/* jshint node: true */
// generated on 2014-10-10 using generator-gulp-webapp 0.1.0
var gulp = require('gulp');
// load plugins
var $ = require('gulp-load-plugins')();
gulp.task('styles', function () {
.
├── application.scss
├── components
│   └── _type.scss
├── email
│   ├── hero.css.scss
│   └── media.css
├── email.css.scss
├── foundation_and_overrides.scss
├── home.css.scss
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source
//
// FOUNDATION SETTINGS
//
// This is the default html and body font-size for the base rem value.
// $rem-base: 16px;
@import 'foundation_and_overrides';
@import 'components/type';
@import 'modules/layout';
@import 'modules/header';
@import 'modules/box';
@import 'modules/buttons';
%nav.top-bar{:data => { :topbar => '' }}
%ul.title-area
%li.name
%h1
%a(href="#") Everything Inbox
%li.toggle-topbar.menu-icon
%a(href="#")
%span Menu
%section.top-bar-section
@austinpray
austinpray / combinations
Last active August 29, 2015 14:08
combinations
{{}, {"she"}, {"had"}, {"the"}, {"strangest"}, {"impression"}, {"they"}, {"once"}, {"been"}, {"green"}, {"she", "had"}, {"she", "the"}, {"she", "strangest"}, {"she", "impression"}, {"she", "they"}, {"she", "once"}, {"she", "been"}, {"she", "green"}, {"had", "the"}, {"had", "strangest"}, {"had", "impression"}, {"had", "they"}, {"had", "had"}, {"had", "once"}, {"had", "been"}, {"had", "green"}, {"the", "strangest"}, {"the", "impression"}, {"the", "they"}, {"the", "had"}, {"the", "once"}, {"the", "been"}, {"the", "green"}, {"strangest", "impression"}, {"strangest", "they"}, {"strangest", "had"}, {"strangest", "once"}, {"strangest", "been"}, {"strangest", "green"}, {"impression", "they"}, {"impression", "had"}, {"impression", "once"}, {"impression", "been"}, {"impression", "green"}, {"they", "had"}, {"they", "once"}, {"they", "been"}, {"they", "green"}, {"once", "been"}, {"once", "green"}, {"been", "green"}, {"she", "had", "the"}, {"she", "had", "strangest"}, {"she", "had", "impression"}, {"she", "had", "they"},
@austinpray
austinpray / index.js
Created November 18, 2014 17:44
node fs
// allo
@austinpray
austinpray / incremental-with-clean.sh
Last active August 29, 2015 14:13
Sage 8.0.0 Perf Tests
gulp clean && for i in `gulp --tasks-simple`; do for x in {1..5}; do gulp $i; done | grep Finished | cut -d ' ' -f 3,5,6 | tr ' ' ',' | tr -d "'" >> /tmp/results.txt; done
@austinpray
austinpray / bower.json
Last active August 29, 2015 14:15 — forked from drawcard/bower.json
{
"name": "sage",
"homepage": "http://roots.io/sage/",
"authors": [
"Ben Word <ben@benword.com>"
],
"license": "MIT",
"private": true,
"dependencies": {
"modernizr": "~2.8.3",
@austinpray
austinpray / -
Created February 11, 2015 19:12
{
"name": "austinsoftwareconsulting.com",
"version": "1.0.3",
"description": "",
"main": "dist/bundle.js",
"dependencies": {
"jquery": "^2.1.3"
},
"devDependencies": {
"config": "^1.10.0",