Fix invalid markdown in README and add IDEA files to gitignore

This commit is contained in:
Ethan P 2020-02-15 15:04:30 -08:00
parent 765658c23d
commit 4b17464c6e
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA
2 changed files with 9 additions and 5 deletions

4
.gitignore vendored
View File

@ -2,6 +2,10 @@
.DS_Store
._*
# Developer
.idea
*.iml
# Project
/.circleci/.config.yml
.download

View File

@ -36,11 +36,11 @@ This will combine and preprocess each script under the `src` directory, and crea
There are three different options for minification:
| Option | Description |
| --------------- | ---------------------------------------------------- |
| `--minify=none` | Nothing will be minified. |
| `--minify=lib` | Embedded library scripts will be minified. [default] |
| `--minify=all` | Everything will be minified. |
| Option | Description |
| --------------- | ------------------------------------------------------ |
| `--minify=none` | Nothing will be minified. |
| `--minify=lib` | Embedded library scripts will be minified. \[default]\ |
| `--minify=all` | Everything will be minified. |
This uses [shfmt](https://github.com/mvdan/sh) to perform minification.