gulp.task("html", function() {
return gulp.src("src/*.html")
.pipe(posthtml([
include()
]))
.pipe(gulp.dest("build"));
});
background: url(../img/first-bg.jpg) no-repeat center top / cover;
background: url(img/first-bg.jpg) no-repeat center top / cover;