mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-07 05:38:51 +01:00
Fix invalid markdown in README and add IDEA files to gitignore
This commit is contained in:
parent
765658c23d
commit
4b17464c6e
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,6 +2,10 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
._*
|
._*
|
||||||
|
|
||||||
|
# Developer
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
# Project
|
# Project
|
||||||
/.circleci/.config.yml
|
/.circleci/.config.yml
|
||||||
.download
|
.download
|
||||||
|
10
README.md
10
README.md
@ -36,11 +36,11 @@ This will combine and preprocess each script under the `src` directory, and crea
|
|||||||
|
|
||||||
There are three different options for minification:
|
There are three different options for minification:
|
||||||
|
|
||||||
| Option | Description |
|
| Option | Description |
|
||||||
| --------------- | ---------------------------------------------------- |
|
| --------------- | ------------------------------------------------------ |
|
||||||
| `--minify=none` | Nothing will be minified. |
|
| `--minify=none` | Nothing will be minified. |
|
||||||
| `--minify=lib` | Embedded library scripts will be minified. [default] |
|
| `--minify=lib` | Embedded library scripts will be minified. \[default]\ |
|
||||||
| `--minify=all` | Everything will be minified. |
|
| `--minify=all` | Everything will be minified. |
|
||||||
|
|
||||||
This uses [shfmt](https://github.com/mvdan/sh) to perform minification.
|
This uses [shfmt](https://github.com/mvdan/sh) to perform minification.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user