You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ Set in [`config/deploy.js`](http://ember-cli-deploy.com/docs/v1.0.x/configuratio
69
69
| `distFiles` | array of strings | No | `context.distFiles` | The array of built project files. This option should be relative to `distDir`. By default, this option will use the `distFiles` property of the [deployment context](http://ember-cli-deploy.com/docs/v0.5.x/deployment-context/). |
70
70
| `overwrite` | string | No | `true` | If set to `false`, existing sourcemaps for the same version of your app will not be overwritten. Options are `true` or `false`. |
71
71
| `publicUrl` | string | Yes | `<none>` | The fully qualified domain name for your application e.g., `https://app.fancy-app.com` |
72
+
|`includeAppVersion`| boolean | No |`true`| Whether to tag the uploaded sourcemaps as belonging to a particular app version. |
0 commit comments