From 27e8b9930d2b2d40bad94b877446798e1fc20baa Mon Sep 17 00:00:00 2001 From: Lindsay Levine Date: Wed, 4 Aug 2021 13:17:37 -0400 Subject: [PATCH] chore: remove manual required redirects from demo toml and add CLI requirements to readme --- README.md | 8 +++++++- netlify.toml | 7 ------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 67d9bee0..8544611a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ in our docs. ## CLI Usage +### Requirements + +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). + +Please also make sure to use `ntl deploy --build --prod` (rather than `ntl build`). + ### Plugin Side Effects 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. ## License This project is licensed under the MIT License - see the -[LICENSE.md](LICENSE.md) file for details \ No newline at end of file +[LICENSE.md](LICENSE.md) file for details diff --git a/netlify.toml b/netlify.toml index 373ec8e8..a34e71e4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,12 +4,5 @@ functions = "demo/netlify/functions" publish = "demo/dist/angular-bfdx/browser" base="." -# TO-DO: remove after cli redirect fix is out https://github.com/netlify/cli/pull/2920 -# any additional redirects for the site should come *before* this one -[[redirects]] - from = "/*" - to = "/.netlify/functions/angular-builder" - status = 200 - [[plugins]] package="."