問題タブ [gulp-browser-sync]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
305 参照

google-chrome-devtools - Gulp + Browsersyncフラグ付きでChromeを起動する方法

VS Code Chrome Devtools Extension 経由で接続できるように、フラグ --remote-debugging-port=9222 を使用して Chrome で gulp start browser sync を探しています。

私のgulpファイル(部分)は次のようになります:

gulp.task("browserSync", function () { browserSync.init({ server: { baseDir: "src" }, browser: "google chrome", }); });

試行の失敗

ブラウザ: 「google chrome --remote-debugging-port=9222」

ブラウザ: 「chrome.exe --remote-debugging-port=9222」