Skip to content

Commit 946894e

Browse files
author
Nguyen Duc Huy
committed
Fix space issue
1 parent 94bf558 commit 946894e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gulpfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var gulp = require('gulp'),
4040
livereload = require('gulp-livereload'),
4141
gulpif = require('gulp-if'),
4242
colors = require('colors'),
43-
clean = require('gulp-clean'),
43+
clean = require('gulp-clean'),
4444
exec = require('child_process').exec;
4545

4646

@@ -218,8 +218,8 @@ gulp.task('clean', function (cb) {
218218
for (var i = 0; i < folders.length; i++) {
219219
console.log('Removing: ' + folders[i]);
220220
gulp.src(folders[i], {read: false})
221-
.pipe(clean());
222-
}
221+
.pipe(clean());
222+
}
223223
}
224224

225225
else {

0 commit comments

Comments
 (0)