mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
Remove clean task.
This commit is contained in:
parent
7bcd2631bb
commit
ebd835a8a9
1 changed files with 0 additions and 5 deletions
|
@ -14,11 +14,6 @@ paths.dist = "resources/public/";
|
|||
|
||||
paths.scss = paths.app + "styles/**/*.scss";
|
||||
|
||||
// Delete the dist directory
|
||||
gulp.task("clean", function () {
|
||||
return gulp.src(paths.dist).pipe(clean());
|
||||
});
|
||||
|
||||
gulp.task("scss", function () {
|
||||
return gulp.src(paths.app + "styles/main.scss")
|
||||
.pipe(plumber())
|
||||
|
|
Loading…
Add table
Reference in a new issue