From 3fefee36943930a8cd89b1fe5bf784c225423121 Mon Sep 17 00:00:00 2001 From: "JeongHoon Byun (aka Outsider)" Date: Sat, 11 Aug 2018 15:56:11 +0900 Subject: [PATCH] Update an example for browsers in docs (#3338) * update an example for browsers in docs * fix docs build command * remove jquery in a browser example Signed-off-by: Outsider --- docs/README.md | 4 ++-- docs/index.md | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index 30ef573d79..0a069dff03 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,8 +15,8 @@ 1. Run `npm install` from working copy root to get Node.js deps. 1. Run `bundle install` to install Jekyll and its dependencies. This may or may not require elevated privileges, depending on your system. -1. To serve the site and rebuild as changes are made, execute `npm run docs.watch`. -1. To rebuild the site *once*, execute `npm start docs.build`. +1. To serve the site and rebuild as changes are made, execute `npm start docs.watch`. +1. To rebuild the site *once*, execute `npm start docs`. ### Notes diff --git a/docs/index.md b/docs/index.md index 1e0c372cf9..4ba7c501b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1191,14 +1191,13 @@ A typical setup might look something like the following, where we call `mocha.se Mocha Tests - +
- - - + + @@ -1206,7 +1205,6 @@ A typical setup might look something like the following, where we call `mocha.se