From 6492dd4181fa1b7d7eb0d5e7a1157e3d27d168f4 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 28 Aug 2019 16:27:32 +0100 Subject: [PATCH] Removed grunt-cli: The grunt command line interface (v1.3.2) Fatal error: Unable to find local grunt. If you're seeing this message, grunt hasn't been installed locally to your project. For more information about installing and configuring grunt, please see the Getting Started guide: https://gruntjs.com/getting-started command --- Getting-started.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Getting-started.md b/Getting-started.md index 1d63736..57158b8 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -55,12 +55,6 @@ grunt test > This will run all the pre-configured tests and output the results to stdout. -``` -grunt docs -``` -> Builds the codebase documentation and places it in the `docs` directory. - - ## Repository structure - `build/` @@ -84,7 +78,6 @@ grunt docs - `html/` - `index.html` - The CyberChef page structure - `static/` - Static files like images - - `docs/` - Codebase documentation, populated by running `grunt docs`. - `test/` - `tests/` - Configuration for tests on operations and recipes - `.babelrc` - Babel transpilation configuration