0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-16 00:41:25 -05:00

misc: remove commented code from gulpfile

This commit is contained in:
Andrey Antukh 2019-05-31 14:43:06 +02:00
parent 3c23975a03
commit 8a5c1498e9

View file

@ -1,9 +1,6 @@
const gulp = require("gulp");
const scss = require("gulp-sass");
// const plumber = require("gulp-plumber");
const autoprefixer = require('gulp-autoprefixer');
// const watch = require("gulp-watch");
// const cssmin = require("gulp-cssmin");
const rimraf = require("rimraf");
const mustache = require("gulp-mustache");
const rename = require("gulp-rename");