gulp.task('serve', function() { browserSync({ proxy: 'site1.domain.dev' }); gulp.watch('assets/styles/source/**/*.scss', ['styles']); gulp.watch('*.php', reload); ...
確定! 回上一頁