【发布时间】:2014-11-04 07:37:23
【问题描述】:
我正在尝试将 gulp browserSync 与 laravel 一起使用,但它不起作用。我像这样从公共文件夹运行它:
gulp.task( 'browser-sync', function() {
browserSync( {
server: {
baseDir: "./"
}
} );
} );
并在 localhost:3000 中打开浏览器并显示以下消息: 无法获取 /
【问题讨论】: