diff --git a/.gitignore b/.gitignore index 58a5048..7aaabda 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ .DS_Store ._* +# Developer +.idea +*.iml + # Project /.circleci/.config.yml .download diff --git a/README.md b/README.md index e043540..fee150a 100644 --- a/README.md +++ b/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.