1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Clean build files.

This commit is contained in:
Gunther Brunner 2014-05-22 15:16:45 +09:00
parent 8d6ba82126
commit c0a515e75b

View file

@ -94,6 +94,6 @@ gulp.task('translate:compile', function () {
})
gulp.task('clean', function () {
return gulp.src('./tmp', {read: false})
return gulp.src(['./tmp', './res/build'], {read: false})
.pipe(clean())
})