Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redacteur-doc-technique
old-antora-ui-default-fork
Commits
cfb9c3d0
Commit
cfb9c3d0
authored
Jul 20, 2020
by
Dan Allen
Browse files
document that gulp can be run from within the project
parent
3acbf71f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.adoc
View file @
cfb9c3d0
...
...
@@ -98,7 +98,7 @@ 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
...
...
@@ -106,12 +106,13 @@ 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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment