diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-11 19:01:06 +0100 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-11 19:01:06 +0100 |
| commit | db823cb049725b818213b364b000fbaa46ee9c7e (patch) | |
| tree | 1264ac7a69a80d07e29d3adbc028337daa684d95 | |
| parent | Replaced UglifyJS with Terser, include whole asset path in struct, display er... (diff) | |
| download | gopherproxy-db823cb049725b818213b364b000fbaa46ee9c7e.tar.gz gopherproxy-db823cb049725b818213b364b000fbaa46ee9c7e.tar.bz2 gopherproxy-db823cb049725b818213b364b000fbaa46ee9c7e.zip | |
Fix readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -32,7 +32,7 @@ Arguments: | |||
| 32 | - `-uri=<uri>`: The default address to open in the proxy (default: "floodgap.com") | 32 | - `-uri=<uri>`: The default address to open in the proxy (default: "floodgap.com") |
| 33 | - `-robots-file=<file>`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt") | 33 | - `-robots-file=<file>`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt") |
| 34 | - `-robots-debug=<true|false>`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false) | 34 | - `-robots-debug=<true|false>`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false) |
| 35 | - `-vips-concurrency=<n>: Concurrency level of libvips (i.e. number of worker threads)` | 35 | - `-vips-concurrency=<n>`: Concurrency level of libvips (i.e. number of worker threads) |
| 36 | 36 | ||
| 37 | 37 | ||
| 38 | ## Development | 38 | ## Development |
| @@ -42,7 +42,7 @@ to the previously listed ones: | |||
| 42 | 42 | ||
| 43 | - **SASS (sassc):** Compiling SCSS to CSS | 43 | - **SASS (sassc):** Compiling SCSS to CSS |
| 44 | - **TypeScript (tsc):** Compiling TypeScript to JavaScript | 44 | - **TypeScript (tsc):** Compiling TypeScript to JavaScript |
| 45 | - **UglifyJS (uglifyjs):** Minifying JavaScript | 45 | - **Terser (terser):** Minifying JavaScript |
| 46 | - **fonttools (pyftsubset):** Minifying fonts | 46 | - **fonttools (pyftsubset):** Minifying fonts |
| 47 | 47 | ||
| 48 | Folder structure: | 48 | Folder structure: |
