Skip to content

Commit fe31083

Browse files
tomRedoxmarin-bratanov
authored andcommitted
Clarify use of static assets in what-you-need.md
1 parent e513e47 commit fe31083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting-started/what-you-need.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To have the Telerik Blazor components look and behave as expected in the browser
6464

6565
### Static Assets
6666

67-
You can add the JS Interop file as a static asset from our package, instead of using a CDN.
67+
You can add the JS Interop file as a static asset from our package, instead of using a CDN. [Static assets](https://github.com/aspnet/AspNetCore/issues/6349) are automatically included in the solution by the Nuget package, so all that's needed is then to reference the asset:
6868

6969
**HTML**
7070

@@ -73,7 +73,7 @@ You can add the JS Interop file as a static asset from our package, instead of u
7373
Note that
7474
@[template](/_contentTemplates/common/js-interop-file.md#enable-static-assets)
7575

76-
76+
We'd recommend using the static assets approach instead of a CDN, because it relies on the static assets feature from the framework, and takes the correct file from our package, so you don't have to remember to update the CDN path.
7777

7878
## Project Configuration
7979

0 commit comments

Comments
 (0)