$.livereload.listen(); // Watch for changes and notify LR server gulp.watch([ 'app/*.html', 'app/*.css', 'app/*.js' ]).on('change', function (file) ...
確定! 回上一頁