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

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

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