update gulp
This commit is contained in:
parent
afa7a81479
commit
425ce8058a
@ -159,7 +159,6 @@ function css() {
|
|||||||
function html() {
|
function html() {
|
||||||
return src(paths.html.src)
|
return src(paths.html.src)
|
||||||
.pipe(newer(paths.html.dest))
|
.pipe(newer(paths.html.dest))
|
||||||
.pipe(htmlclean())
|
|
||||||
.pipe(dest(paths.html.dest));
|
.pipe(dest(paths.html.dest));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user