Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
Version 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Apr 22, 2016
1 parent 7ecba1b commit 067f961
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/roc-package-web-app-dev/docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ Settings for how Koa should handle paths.
| defer | If this should be performed after looking for a file on disk. | runtime.koa.normalize.defer | --koa-normalize-defer | `false` | `Boolean` | No |
| enabled | If paths should be normalized, that is remove extra slashes. | runtime.koa.normalize.enabled | --koa-normalize-enabled | `true` | `Boolean` | No |

#### StaticServe

| Name | Description | Path | CLI option | Default | Type | Required |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | ------------------------------------- | --------------------------------- | ----------------------- | -------- |
| maxage | Browser cache max-age in milliseconds. Production only. | runtime.koa.staticServe.maxage | --koa-staticServe-maxage | `60000` | `Unknown` | No |

#### TrailingSlashes

| Name | Description | Path | CLI option | Default | Type | Required |
Expand Down
2 changes: 1 addition & 1 deletion packages/roc-package-web-app-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roc-package-web-app-dev",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "Package for building web applications using Roc (Development)",
"main": "lib/index.js",
"bin": "bin/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/roc-package-web-app/docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ Settings for how Koa should handle paths.
| defer | If this should be performed after looking for a file on disk. | runtime.koa.normalize.defer | --koa-normalize-defer | `false` | `Boolean` | No |
| enabled | If paths should be normalized, that is remove extra slashes. | runtime.koa.normalize.enabled | --koa-normalize-enabled | `true` | `Boolean` | No |

#### StaticServe

| Name | Description | Path | CLI option | Default | Type | Required |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------- | ----------------------------- | ----------------------- | ----------------------- | -------- |
| maxage | Browser cache max-age in milliseconds. Production only. | runtime.koa.staticServe.maxage | --koa-staticServe-maxage | `60000` | `Unknown` | No |

#### TrailingSlashes

| Name | Description | Path | CLI option | Default | Type | Required |
Expand Down
2 changes: 1 addition & 1 deletion packages/roc-package-web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roc-package-web-app",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "Package for building web applications using Roc",
"main": "lib/index.js",
"bin": "bin/index.js",
Expand Down

0 comments on commit 067f961

Please sign in to comment.