Skip to content

A slightly detailed tutorial on creating your first Gulp task using v4.0.0 of gulp

Notifications You must be signed in to change notification settings

code-warrior/gulp-tutorial

Repository files navigation

Getting Started

Gulp is a stream-based, JavaScript task runner that is derived from Node via NPM. It automates many of the tasks used in front end development, such as compressing files, linting syntax, and creating production versions of development files. Before we start, we need to install Node, which is packaged with NPM, and Gulp.

Installation the Required Software

01--installation-instructions.md

Creating the package.json Manifest File

02--creating-package-json-instructions.md

Installing Gulp Modules/Plug-Ins

03--installing-gulp-modules.md

Writing the Gulpfile

04--writing-the-gulpfile.md

There are other useful Gulp recipes in this repo’s gulp-recipes folder. Study them; make them your own.

About

A slightly detailed tutorial on creating your first Gulp task using v4.0.0 of gulp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published