Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 970a5ab

Browse files
author
Brian Muenzenmeyer
authored
Merge pull request #39 from pattern-lab/dev
add note about gulp to installation prereqs
2 parents 8445e70 + 7faf69c commit 970a5ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ The Gulp Edition comes with the following components:
1313

1414
## Prerequisites
1515

16-
Pattern Lab Node uses [Node](https://nodejs.org) and [npm](https://www.npmjs.com/) to manage project dependencies.
16+
Pattern Lab Node uses [Node](https://nodejs.org) and [npm](https://www.npmjs.com/) to manage project dependencies, and [gulp](http://gulpjs.com/) to run tasks and interface with core.
17+
1718
Please follow the directions for [installing Node](https://nodejs.org/en/download/) on the Node website. This should include `npm`.
1819

20+
It's also highly recommended that you [install gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) globally.
21+
1922
## Installing
2023

2124
There are two methods for downloading and installing the Gulp Edition:

0 commit comments

Comments
 (0)