https://github.com/darkdiesel/gulp-study
Learning Gulp
https://github.com/darkdiesel/gulp-study
gulp gulp3 gulp4 gulp5
Last synced: 2 months ago
JSON representation
Learning Gulp
- Host: GitHub
- URL: https://github.com/darkdiesel/gulp-study
- Owner: darkdiesel
- Created: 2019-06-27T11:16:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-25T09:12:55.000Z (12 months ago)
- Last Synced: 2025-10-03T14:49:07.895Z (8 months ago)
- Topics: gulp, gulp3, gulp4, gulp5
- Language: SCSS
- Homepage:
- Size: 9.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gulp Study
## Table of Content
- [Installation](#installation)
- [Gulp 3](#gulp-3)
## Installation
- Install [gulp](https://gulpjs.com/) global `npm install gulp-cli -g`
- Install [browser sync](https://www.browsersync.io/) global `npm install -g browser-sync`
- npm install --global windows-build-tools if you don't have python2 or download and install it manually.
## Gulp 3
Check tag #gulp3 to see how projects works on old version of gulp. And check file gulpfilev3.js