gpt4 book ai didi

html - 让 gulp-file-include 和 browser-sync 协同工作

转载 作者:搜寻专家 更新时间:2023-10-31 23:54:42 25 4
gpt4 key购买 nike

我读了 blog你可以使用 gulp-file-include包含 .html 文件,它可以工作,但下面的代码最终会覆盖 html 中的包含标记...

您可能会想,为什么我没有将 gulp-file-include 输出到另一个目标文件夹?原因是在那之后我无法让浏览器同步来刷新浏览器。本质上是这个 link正在说明我的问题...

看起来应该有另一个“输出”文件夹,它将所有包含提炼到一个新的 .index.html 文件中

我知道我可以只打开接收包含的文件,然后 browserSync 就可以工作了,但这不是一个额外的步骤吗?

请提出问题,因为这看起来很像开始!

gulp.task('fileinclude', function() {
gulp.src('builds/development/*.html')
.pipe(fileinclude())
.pipe(gulp.dest('builds/development/'));
});

最佳答案

原来我没有在我的 watch 任务中包含 fileinclude...

对于任何想查看我最终结果的人,请查看我的要点...

https://gist.github.com/antonioOrtiz/2bf2e27b8e0a23115034

关于html - 让 gulp-file-include 和 browser-sync 协同工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25006649/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com