Skip to content

pliniopvv/gulptool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builder w/ Gulp

Configure o .env com os seguintes parâmetros:

# FTP
FTP_HOST=
FTP_USER=
FTP_PASS=

gulp --tasks

[ ] Tasks for gulpfile.js
[ ] ├── compile:frontend
[ ] ├── compile:back
[ ] ├─┬ compile
[ ] │ └─┬ <parallel>
[ ] │   ├── compile_frontend
[ ] │   └── compile_backend
[ ] ├── clean:front
[ ] ├── clean:back
[ ] ├── prepare:clean
[ ] ├─┬ clean
[ ] │ └─┬ <parallel>
[ ] │   ├── prepare_clean
[ ] │   ├── clean_backend
[ ] │   └── clean_frontend
[ ] ├── prepare:front
[ ] ├── prepare:back
[ ] ├─┬ prepare
[ ] │ └─┬ <series>
[ ] │   ├── prepare_backend
[ ] │   └── prepare_frontend
[ ] ├── prepare:zip
[ ] ├── deploy
[ ] ├─┬ build
[ ] │ └─┬ <parallel>
[ ] │   ├── compile:frontend
[ ] │   └── compile:back
[ ] └─┬ default
[ ]   └─┬ <parallel>
[ ]     ├── compile:frontend
[ ]     └── compile:back

About

Build, Publish, Deploy more Easy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published