From fea082388a7801b2da61796acc71ca21597b0e99 Mon Sep 17 00:00:00 2001 From: Jeremy Pearson Date: Wed, 21 Dec 2016 16:54:15 +1000 Subject: [PATCH] Delete repeated line of code. --- gulpfile.babel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index acd88f7..90b378c 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -15,7 +15,6 @@ watchify.args.debug = true; const sync = browserSync.create(); // Input file. -watchify.args.debug = true; var bundler = browserify('src/app.js', watchify.args); // Babel transform