2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-03 17:13:53 +00:00

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
n1474335
2019-08-28 16:27:32 +01:00
parent 960c1df703
commit 6492dd4181

@@ -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