mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 04:29:31 +00:00
misc: remove commented code from gulpfile
This commit is contained in:
parent
3c23975a03
commit
8a5c1498e9
@ -1,9 +1,6 @@
|
|||||||
const gulp = require("gulp");
|
const gulp = require("gulp");
|
||||||
const scss = require("gulp-sass");
|
const scss = require("gulp-sass");
|
||||||
// const plumber = require("gulp-plumber");
|
|
||||||
const autoprefixer = require('gulp-autoprefixer');
|
const autoprefixer = require('gulp-autoprefixer');
|
||||||
// const watch = require("gulp-watch");
|
|
||||||
// const cssmin = require("gulp-cssmin");
|
|
||||||
const rimraf = require("rimraf");
|
const rimraf = require("rimraf");
|
||||||
const mustache = require("gulp-mustache");
|
const mustache = require("gulp-mustache");
|
||||||
const rename = require("gulp-rename");
|
const rename = require("gulp-rename");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user