0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🔥 Remove unused code from gulpfile.

This commit is contained in:
Andrey Antukh 2020-04-07 19:51:15 +02:00
parent d2863c91db
commit fd1b89b950

View file

@ -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";