Skip to content

Installing Gulp on Windows.

    Gulp is like Grunt.
    It’s a task runner.

    To install Gulp on Windows:

    1) npm install gulp -g (this installs Gulp globally).
    2) npm install –save-dev gulp (this installs Gulp locally to the folder).
    3) Choose and install your plugins.
    4) Create a gulpfile.js at the root of your folder.
    5) Open gulpfile.js and add the following:
    var gulp = require(‘gulp’);
    6) For every plugin you install, add a name and the install name.
    E.g. var name = require(‘install-name’)
    7) gulp (this will run gulp).

    Say Hello!

    adeeb@adeeb.org


    Let’s work together!

    I’ve been building websites since dialups walked the earth.
    I develop, design, architect & maintain websites.

    © Copyright 2009 – Forever Adeeb