gulp.task('browser-sync', function() { browserSync.init({ proxy: "opencardcms.loc", port:8082, open: true, notify: false }); });