mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Clean build files.
This commit is contained in:
parent
8d6ba82126
commit
c0a515e75b
1 changed files with 1 additions and 1 deletions
|
@ -94,6 +94,6 @@ gulp.task('translate:compile', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
gulp.task('clean', function () {
|
gulp.task('clean', function () {
|
||||||
return gulp.src('./tmp', {read: false})
|
return gulp.src(['./tmp', './res/build'], {read: false})
|
||||||
.pipe(clean())
|
.pipe(clean())
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue