gulp.task('watch', function() { browserSync.init({ injectChanges: true, proxy: 'localhost' }); // Watch .scss files gulp.watch('/scss/{ ...
確定! 回上一頁