为了账号安全,请及时绑定邮箱和手机立即绑定

browser-sync配置启动页面?

browser-sync配置启动页面?

米琪卡哇伊 2018-09-03 12:33:46
// 静态服务器 + 监听 scss/html 文件gulp.task('server', ['sass'], function() {     browserSync.init({         server: "./"     }); });在gulp中这样配置服务器,成功启动后,会默认打开根目录下的index.html文件,如果我希望它打开另一个页面,比如test.html, 应该怎么写呢?我试过这样写:// 静态服务器 + 监听 scss/html 文件gulp.task('server', ['sass'], function() {     browserSync.init({         server: "./test.html"     }); });但是失败了:谢谢!!
查看完整描述

1 回答

?
jeck猫

TA贡献1909条经验 获得超7个赞

server: {

    baseDir: "./",

    index: "test.html"

}


查看完整回答
反对 回复 2018-10-29
  • 1 回答
  • 0 关注
  • 1208 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信