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

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

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