如何使用gulp browser-sync为Web服务器启用基本身份验证?

时间:2014-08-05 23:45:59

标签: basic-authentication gulp

我们的Web应用程序正在使用需要基本身份验证的REST API。

我想写这样的浏览器同步gulp任务:

gulp.task('browser-sync', function() {
    browserSync({
        server: {
            baseDir: './'
        },
        authenticate: 'authentication-token-here-djfhjsdfjsgdf'
    });
});

如何配置?

0 个答案:

没有答案