Updated Getting started (markdown)

n1474335 2017-04-09 14:45:42 +01:00
parent 4de58621fe
commit 767a0ca7ff
1 changed files with 6 additions and 6 deletions

@ -16,18 +16,18 @@ npm will then install all the dependencies needed by Grunt.
Grunt has been configured with several tasks to aid in the development process:
```
grunt prod
```
> When you are ready to create a production build, run this command. It will lint, test, concatenate and compress all the source files and create a production-ready build in `build/prod`. It will also create the inline version of CyberChef at the same location, called `cyberchef.htm`.
```
grunt dev
```
> Use this when developing new functionality. It will launch a persistent task which will automatically build an uncompressed, development version of CyberChef located in `build/dev`. Whenever a source file is modified, the development version will be rebuilt.
```
grunt prod
```
> When you are ready to create a production build, run this command. It will lint, test, concatenate, and compress all the source files and create a production-ready build in `build/prod`. It will also create the inline version of CyberChef at the same location, called `cyberchef.htm`.
```
grunt node
```