https://github.com/z347/gulp-basic
Simple example how to use Gulp
https://github.com/z347/gulp-basic
gulp
Last synced: 14 days ago
JSON representation
Simple example how to use Gulp
- Host: GitHub
- URL: https://github.com/z347/gulp-basic
- Owner: z347
- Created: 2021-02-24T18:15:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T18:17:53.000Z (over 5 years ago)
- Last Synced: 2025-04-10T21:15:55.995Z (about 1 year ago)
- Topics: gulp
- Language: JavaScript
- Homepage:
- Size: 8.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gulp
### Official site
> - https://gulpjs.com/
### Notes
> Gulp without global install
> - https://codeburst.io/maybe-dont-globally-install-that-node-js-package-f1ea20f94a00
>
> Gaide for beginners
> - https://css-tricks.com/gulp-for-beginners/
---
## **Important information**
🔥 Requirements:
1. npm >= 5.2.0
2. package.json => scripts => "gulp": "gulp"
🔥 Run:
npm run gulp
npm run gulp:tasks
---
## **🔥 About modules which was used**
for styles:
1. gulp-sass === converts Sass\Scss to CSS
2. gulp-autoprefixer === parse CSS and add vendor prefixes to CSS rules
3. gulp-clean-css === minification css files
general plugins:
4. gulp-concat === file merging
5. gulp-sourcemaps === write inline source maps
6. gulp-if === conditional action
7. gulp-debug === file streams to see what files are run through your Gulp pipeline
8. browser-sync === browser live reload
for images:
9. gulp-imagemin === optimisation images