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
- Host: GitHub
- URL: https://github.com/mic-dev-x/ytgulptutorial25062021
- Owner: mic-dev-x
- Created: 2021-06-29T06:19:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T09:20:47.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T06:45:05.815Z (over 1 year ago)
- Topics: gulp-tasks, gulp4, gulpjs
- Language: HTML
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!