From 08e08160c1582ed1af921c8f0e60cc331c0b58d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Jaramillo=20Mart=C3=ADnez?= Date: Tue, 14 May 2019 07:18:09 -0500 Subject: [PATCH 1/2] Fix link to es6features --- docs/en/05_Contributing/02_Build_Tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/05_Contributing/02_Build_Tooling.md b/docs/en/05_Contributing/02_Build_Tooling.md index 8338d48bf..3bbeef906 100644 --- a/docs/en/05_Contributing/02_Build_Tooling.md +++ b/docs/en/05_Contributing/02_Build_Tooling.md @@ -39,7 +39,7 @@ yarn ## The Basics: ES6, Webpack and Babel -[ECMAScript 6](https://github.com/lukehoban/es6features](https://github.com/lukehoban/es6features) (ES6) +[ECMAScript 6](https://github.com/lukehoban/es6features) (ES6) is the newest version of the ECMAScript standard. It has some great new features, but the browser support is still patchy, so we use Babel to transform ES6 source files back to ES5 files for distribution. From 207cf75dc42a4f7333d53233339ef501a6519a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Jaramillo=20Mart=C3=ADnez?= Date: Tue, 14 May 2019 07:20:49 -0500 Subject: [PATCH 2/2] Fix link to npmjs --- docs/en/05_Contributing/02_Build_Tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/05_Contributing/02_Build_Tooling.md b/docs/en/05_Contributing/02_Build_Tooling.md index 3bbeef906..9276038c6 100644 --- a/docs/en/05_Contributing/02_Build_Tooling.md +++ b/docs/en/05_Contributing/02_Build_Tooling.md @@ -57,7 +57,7 @@ Babel to transform our JavaScript in two ways. ## Build Commands The `script` property of a `package.json` file can be used to define command line -[scripts](https://docs.npmjs.com/misc/scripts](https://docs.npmjs.com/misc/scripts). +[scripts](https://docs.npmjs.com/misc/scripts). A nice thing about running commands from an npm script is binaries located in `node_modules/.bin/` are temporally added to your `$PATH`. This means we can use dependencies defined in `package.json` for things like compiling JavaScript and SCSS, and not require