Skip to content

Commit 2a2738b

Browse files
chore: remove manual required redirects from demo toml and add CLI requirements to readme (#23)
1 parent 47b080f commit 2a2738b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ in our docs.
4141

4242
## CLI Usage
4343

44+
### Requirements
45+
46+
To use the Essential Angular Universal plugin while building and deploying with the CLI, you need to have `netlify-cli v5.4.13` installed (or a later version).
47+
48+
Please also make sure to use `ntl deploy --build --prod` (rather than `ntl build`).
49+
4450
### Plugin Side Effects
4551

4652
When this plugin is run as part of the build process using the Netlify CLI, direct changes will be made to your project source:
@@ -91,4 +97,4 @@ for details.
9197
## License
9298

9399
This project is licensed under the MIT License - see the
94-
[LICENSE.md](LICENSE.md) file for details
100+
[LICENSE.md](LICENSE.md) file for details

netlify.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,5 @@ functions = "demo/netlify/functions"
44
publish = "demo/dist/angular-bfdx/browser"
55
base="."
66

7-
# TO-DO: remove after cli redirect fix is out https://github.com/netlify/cli/pull/2920
8-
# any additional redirects for the site should come *before* this one
9-
[[redirects]]
10-
from = "/*"
11-
to = "/.netlify/functions/angular-builder"
12-
status = 200
13-
147
[[plugins]]
158
package="."

0 commit comments

Comments
 (0)