From fd1b89b950a2f8b4ad06053d280a34784315fcac Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 7 Apr 2020 19:51:15 +0200 Subject: [PATCH] :fire: Remove unused code from gulpfile. --- frontend/gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 8fad08fdf9..6f78562d71 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -20,7 +20,6 @@ const postcss = require('postcss') const paths = {}; paths.resources = "./resources/"; paths.output = "./resources/public/"; -paths.build = "./target/build/"; paths.dist = "./target/dist/"; paths.scss = "./resources/styles/**/*.scss";