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

https://github.com/mic-dev-x/ytgulptutorial25062021

mini tutorial, video: https://youtu.be/JQRomtTQv2E
https://github.com/mic-dev-x/ytgulptutorial25062021

gulp-tasks gulp4 gulpjs

Last synced: 3 months ago
JSON representation

mini tutorial, video: https://youtu.be/JQRomtTQv2E

Awesome Lists containing this project

README

          

# Youtube Gulp.js Tutorial 2021
Video: https://youtu.be/JQRomtTQv2E

Imagine you want to automate some boring tasks like:

- Minify a Css and or a Js file

- Rename the file with the .min.css extension

- Purge the Css file from unused CSS/JS

- Deploy the website to a different folder

With Gulp.js you can do everything listed above and much more!