Skip to content

Instantly share code, notes, and snippets.

View tonyoconnell's full-sized avatar

Tony O'Connell tonyoconnell

View GitHub Profile
var gulp = require('gulp'), // Gulp
jade = require('gulp-jade'), // Jade
stylus = require('gulp-stylus'), // Stylus
autoprefixer = require('gulp-autoprefixer'), // Autoprefixer
csso = require('gulp-csso'), // CSSO
imagemin = require('gulp-imagemin'), // Imagemin
concat = require('gulp-concat'), // Concat
cache = require('gulp-cache'); // Cache
browsersync = require('browser-sync'); // Browser-Sync