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:
parent
3c23975a03
commit
8a5c1498e9
1 changed files with 0 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue