Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzhudson/gulp-crash-course
https://github.com/lzhudson/gulp-crash-course
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lzhudson/gulp-crash-course
- Owner: lzhudson
- License: mit
- Created: 2020-02-21T19:42:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:04:40.000Z (about 2 years ago)
- Last Synced: 2024-04-23T10:00:37.001Z (8 months ago)
- Language: JavaScript
- Size: 1.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Gulp JS Crash Course
**Funções mais usadas:****gulp.task():** Define as tarefas
**gulp.src():** Define os arquivos que serão usados
**gulp.dest():** Define as pastas de saida
**gulp.watch():** Usado para monitorar arquivos e pastas quando forem feitas alterações.