From 60a4c72fbb1e47fa77f0c98671be6d71a4d2b6bd Mon Sep 17 00:00:00 2001 From: Rohit pai Date: Mon, 23 Aug 2021 20:25:01 +0100 Subject: [PATCH] fixed gulpfile error --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index ec1cd58..c57b435 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -5,10 +5,10 @@ const cssMin = require("gulp-clean-css") const terser = require("gulp-terser"); const ftp = require("vinyl-ftp"); const env = require("gulp-env"); -env({ +/*env({ file: ".env", type: ".ini" -}); +});*/ gulp.task("minifyHTML", () => {