Skip to content

Commit

Permalink
document that gulp can be run from within the project
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jul 20, 2020
1 parent 3acbf71 commit cfb9c3d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,21 @@ Now that you have Node.js installed, you can proceed with installing the Gulp CL
You'll need the Gulp command-line interface (CLI) to run the build.
The Gulp CLI package provides the `gulp` command which, in turn, executes the version of Gulp declared by the project.

You should install the Gulp CLI globally (which resolves to a location in your user directory if you're using nvm) using the following command:
You can install the Gulp CLI globally (which resolves to a location in your user directory if you're using nvm) using the following command:

$ npm install -g gulp-cli

Verify the Gulp CLI is installed and on your PATH by running:

$ gulp --version

[TIP]
====
If you prefer to install global packages using Yarn, run this command instead:

$ yarn global add gulp-cli
====

Alternately, you can use the `gulp` command that is installed by the project's dependencies.

$ $(npm bin)/gulp --version

Now that you have the prerequisites installed, you can fetch and build the UI project.

Expand Down

0 comments on commit cfb9c3d

Please sign in to comment.