gs*, gt*, gu*, gv*, gxl2gv, gyb, gzip: add Korean translation (#14435)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
HoJeong Im
2024-10-31 01:15:35 +09:00
committed by GitHub
parent 2a2967dbc8
commit 470d06c155
19 changed files with 412 additions and 0 deletions

17
pages.ko/common/gulp.md Normal file
View File

@@ -0,0 +1,17 @@
# gulp
> JavaScript 작업 실행기 및 스트리밍 빌드 시스템.
> 작업은 프로젝트 루트의 `gulpfile.js` 내에 정의됨.
> 더 많은 정보: <https://github.com/gulpjs/gulp-cli>.
- 기본 작업 실행:
`gulp`
- 개별 작업 실행:
`gulp {{작업}} {{다른작업}}`
- 로드된 gulpfile에 대한 작업 종속성 트리를 출력:
`gulp --tasks`