mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -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 = {};
|
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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue