'use strict'; const browserSync = require('browser-sync').create(); gulp.task('bs', function(){ browserSync.init({ proxy: "http://example.com/", ...
確定! 回上一頁