Skip to content

Commit 13aa253

Browse files
committed
Update README with Gulp ECMAScript 2015 instructions
1 parent f61f3d5 commit 13aa253

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Next, install the project's dependencies by running `npm install`.
1010

1111
Finally, simply run `gulp` from the command line and then open `build/index.html` in your browser.
1212

13+
Because this uses ECMAScript 2015, you'll need to ensure you run `gulp` with the `--harmony` flag. You can do this with the following alias:
14+
15+
```alias gulp='node --harmony `which gulp`'```
16+
1317
## The Math
1418

1519
For an explanation of the math behind A/B testing significance calculations, checkout this excellent series by Aaron O'Connell:

0 commit comments

Comments
 (0)