mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-05 20:58: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
|
||||
._*
|
||||
|
||||
# Developer
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Project
|
||||
/.circleci/.config.yml
|
||||
.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:
|
||||
|
||||
| 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user