task('browser:sync', function () { browserSync.init({ open: false, proxy: { target: 'http://nginx' } }); return gulp .watch( ...
確定! 回上一頁