From 9d2a88d64e8c164417dffa99d52e6958aa45ab95 Mon Sep 17 00:00:00 2001 From: Eric Thompson Date: Tue, 4 Oct 2016 09:36:12 -0700 Subject: [PATCH] Adding node caveat instructions per #808 --- ghdocs/V2GETSTARTED.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghdocs/V2GETSTARTED.md b/ghdocs/V2GETSTARTED.md index 0ef63bf7e..3472faf18 100644 --- a/ghdocs/V2GETSTARTED.md +++ b/ghdocs/V2GETSTARTED.md @@ -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. @@ -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.