From 22d2f5ad338515f5c516bab83127bdc821f8fc94 Mon Sep 17 00:00:00 2001 From: Matteo Gaudio Date: Thu, 8 Apr 2021 14:15:18 -0400 Subject: [PATCH] Revert "Remove superfluous newline" This reverts commit 5944877feebce1048035192bcce8b932c53b718b. --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 764ac19..a974b21 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -84,6 +84,7 @@ let transpileJSForProd = () => { .pipe(babel()) .pipe(jsCompressor()) .pipe(dest(`prod/scripts`)); + }; let lintJS = () => {