Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Adding node caveat instructions per #808
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thompson committed Oct 4, 2016
1 parent b8c1ad1 commit 9d2a88d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ghdocs/V2GETSTARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Before you get started, make sure you have [node.js](https://nodejs.org/), [gulp

1. Clone the [2.6.1 release](https://github.com/OfficeDev/office-ui-fabric-core/tree/release/2.6.1)
2. Navigate to the folder that contains the gulpfile.js file (Fabric's root)
3. `npm install`
3. `npm install` - as of October 4th, 2016 Node version 4.6.0 is required (+6.x.x is not working)
4. `gulp`

The built files will be in the `/dist/` folder.
Expand All @@ -70,6 +70,8 @@ Builds everything incrementally. This will run slowly the first time and very qu

Builds and watches everything. After running this once, your builds will be a lot faster. Now if you make a change anything anywhere in Fabric, only that area/section/file will get built/changed/moved.

Using this, you can also view the localhost documentation site with examples for all of the components.

#####gulp watch-debug

This task is similar to `gulp watch` except you can now get a readout of what files are in the pipe. This will be helpful to make sure that the build is working properly.
Expand Down

0 comments on commit 9d2a88d

Please sign in to comment.