mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🔥 Remove unused code from gulpfile.
This commit is contained in:
@@ -20,7 +20,6 @@ const postcss = require('postcss')
|
|||||||
const paths = {};
|
const paths = {};
|
||||||
paths.resources = "./resources/";
|
paths.resources = "./resources/";
|
||||||
paths.output = "./resources/public/";
|
paths.output = "./resources/public/";
|
||||||
paths.build = "./target/build/";
|
|
||||||
paths.dist = "./target/dist/";
|
paths.dist = "./target/dist/";
|
||||||
paths.scss = "./resources/styles/**/*.scss";
|
paths.scss = "./resources/styles/**/*.scss";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user