From 327596e9d9ab81a166f1c1826847417d0c1d5d7d Mon Sep 17 00:00:00 2001 From: Colin Marshall Date: Sun, 21 Jan 2018 15:01:53 -0700 Subject: [PATCH] remove commented out gutil import from top of gulpfile --- gulpfile.babel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 82cb633..cab91be 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -1,7 +1,6 @@ 'use strict'; import plugins from 'gulp-load-plugins'; -//import gutil from 'gulp-util'; import yargs from 'yargs'; import browser from 'browser-sync'; import gulp from 'gulp';