Skip to content

Instantly share code, notes, and snippets.

View alanmcginnis's full-sized avatar
🦏
GH Status

Alan J McGinnis alanmcginnis

🦏
GH Status
View GitHub Profile
@alanmcginnis
alanmcginnis / webstoemp-gulpfile.js
Created December 30, 2018 02:26 — forked from jeromecoupe/webstoemp-gulpfile.js
Gulp 4 sample gulpfile.js
"use strict";
// Load plugins
const autoprefixer = require("autoprefixer");
const browsersync = require("browser-sync").create();
const cp = require("child_process");
const cssnano = require("cssnano");
const del = require("del");
const eslint = require("gulp-eslint");
const gulp = require("gulp");