Skip to content

Commit 3d6c342

Browse files
authored
Update README.md
1 parent 5941b6d commit 3d6c342

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ gulp.task('default', () =>
2828
.pipe(rebase({
2929
output_css: outputPath,
3030
output_assets: outputAssets,
31-
exclude: [
32-
'path/to/web/dir'
33-
],
34-
overwrite: false
31+
exclude: [
32+
'path/to/web/dir'
33+
],
34+
overwrite: false
3535
}))
3636
.pipe(gulp.dest(outputPath))
3737
);

0 commit comments

Comments
 (0)