var gulp=require('gulp'); gulp.task('web', function() { gulp.src('src/main/web/*') .pipe(gulp.dest('target/web')); });. Then, from the command line, ...
確定! 回上一頁