Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lzhudson/gulp-crash-course


https://github.com/lzhudson/gulp-crash-course

Last synced: about 2 months ago
JSON representation

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.