From 4b17464c6e02ea95e78ca4b3cfbf2fa39613388b Mon Sep 17 00:00:00 2001 From: Ethan P Date: Sat, 15 Feb 2020 15:04:30 -0800 Subject: [PATCH] Fix invalid markdown in README and add IDEA files to gitignore --- .gitignore | 4 ++++ README.md | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) 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.