From cbea574e398b41d3e1898c535e772a9b849d6ec6 Mon Sep 17 00:00:00 2001 From: MARICHAL Emmanuel Date: Tue, 14 Feb 2017 18:04:07 +0100 Subject: [PATCH] Code cleaning --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 7bf5ae5..27f179a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -57,7 +57,6 @@ gulp.task('build:dev', function () { // Compile files with MJML gulp.task('build:mjml', function () { var css = fs.readFileSync(__dirname+'/src/css/global.css', 'utf8'); - var fake = require('./src/config/fake.json'); return gulp.src(['src/*.mjml'])