mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
🔥 Remove unused code from gulpfile.
This commit is contained in:
parent
d2863c91db
commit
fd1b89b950
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue