mirror of
https://github.com/penpot/penpot.git
synced 2025-02-18 21:06:11 -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";
|
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 () {
|
gulp.task("scss", function () {
|
||||||
return gulp.src(paths.app + "styles/main.scss")
|
return gulp.src(paths.app + "styles/main.scss")
|
||||||
.pipe(plumber())
|
.pipe(plumber())
|
||||||
|
|
Loading…
Add table
Reference in a new issue