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