Skip to content

Instantly share code, notes, and snippets.

View auralon's full-sized avatar

Keith Hill auralon

View GitHub Profile
@auralon
auralon / gulpfile.js
Created September 19, 2019 10:40 — forked from christopherdowson/gulpfile.js
Sample Gulpfile
// General use modules
var gulp = require('gulp'); // For obvious reasons
var gutil = require('gulp-util'); // Because nothing works without it
var watch = require('gulp-watch'); // It know what you're up to
var plumber = require('gulp-plumber'); // Stops errors from breaking Gulp
var gulpif = require('gulp-if'); // Logical, Captain
var argv = require('yargs').argv; // I DON'T KNOW WHAT WE'RE YELLING ABOUT!
var filter = require('gulp-filter'); // Filters things, I guess?