I can't for the life of me workout how to use the new --inspect
with browser-sync
gulp.task('browser-sync', ['nodemon'], function () {
browserSync({
proxy: 'localhost:17230',
port: 5000,
notify: true,
debug: true
});
});
I have tried debug true, but this does nothing either :(
from Using chrome devtools with browsersync & --inspect
No comments:
Post a Comment