Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palashmon/learn-gulp
Learning about Gulp
https://github.com/palashmon/learn-gulp
gulp gulp-tasks gulpjs learning-by-doing task-runner workflow
Last synced: about 1 month ago
JSON representation
Learning about Gulp
- Host: GitHub
- URL: https://github.com/palashmon/learn-gulp
- Owner: palashmon
- Created: 2018-01-11T16:06:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T13:52:39.000Z (about 7 years ago)
- Last Synced: 2024-11-15T08:47:38.315Z (3 months ago)
- Topics: gulp, gulp-tasks, gulpjs, learning-by-doing, task-runner, workflow
- Language: JavaScript
- Homepage: https://gulpjs.com/
- Size: 1.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-gulp
> Automate and enhance your workflow
[![Dependency Status](https://david-dm.org/palashmon/learn-gulp/dev-status.svg)](https://david-dm.org/palashmon/learn-gulp)
[![Languages Count](https://img.shields.io/github/languages/count/palashmon/learn-gulp.svg)](https://github.com/palashmon/learn-gulp/search?l=javascript)
[![Top Language Used](https://img.shields.io/github/languages/top/palashmon/learn-gulp.svg)](https://github.com/palashmon/learn-gulp/search?l=javascript)
Learning about Gulp starting from Overview, Installation, Basics, Developing an Application, Combining Gulp Tasks, Watch, Live Reload, Optimizing CSS and JavaScript Files, Optimizing Images, Useful Plugins, Cleaning unwanted Files.
* [x] Installing Gulp
* [x] Creating a Gulp Project
* [x] Determining Folder Structure
* [x] Writing Your First Gulp Task
* [x] Preprocessing with Gulp
* [x] Globbing patterns
* [x] Watching Sass files for changes
* [x] Live reloading with Browser Sync
* [x] Optimizing CSS and JavaScript files
* [x] Optimizing Images
* [x] Copying Fonts to Dist
* [x] Cleaning up generated files automatically
* [x] Combining Gulp tasks