From f2ab222da6c77f23627d1d424e30806efbe328cf Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 26 May 2020 21:36:14 -0500 Subject: [PATCH] Remove redundant code --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d5e0438..49a09eb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -24,7 +24,6 @@ const postcssColorModFunction = require('postcss-color-mod-function').bind(null, }) const paths = { - srcDir: 'src/*', docs: { src: 'docs/**', dest: 'dist/docs' }, styles: { src: 'src/builds/*.css', dest: 'dist', watch: 'src/**/*.css' } }