diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 8fad08fdf..6f78562d7 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";