This is a migrated thread and some comments may be shown as answers.

kendo.all.js is missing in bower package

5 Answers 495 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
Dan asked on 12 Mar 2018, 08:25 AM

I started working on a new asp.net core application and I have to use also telerik. The project was started by someone else and now I have to change how the scripts are loaded. I have installed the kendo-ui package with bower.

The application is using the kendo.all.min.js but I can not find it in the kendo-ui package. How do I generate it? Is there a page that provides instruction on how to created it?

5 Answers, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 12 Mar 2018, 08:26 AM

Sorry wrong forum. Could some one move it to asp.net core.

Thank you

Dan

0
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 12 Mar 2018, 08:26 AM

Sorry wrong forum. Could some one move it to asp.net core.

Thank you

Dan

0
Dimitar
Telerik team
answered on 13 Mar 2018, 03:00 PM
Hello Dan,

In general, Kendo UI is being maintained in two bower packages - Kendo UI Core and Kendo UI Professional.

The Kendo UI Professional package is available only for license holders and is hosted on a private Git repository. In order to access the package. When you try to install the Professional package (bower install https://bower.telerik.com/bower-kendo-ui.git), you will be prompted to enter your Telerik account login and password in order to proceed. This step can be skipped by following the guide on storing credentials in the following section of the documentation.

After successfully installing the package, you will have access to all of the required Kendo UI scripts and style assets (including the kendo.all.min.js). For a more detailed guide on how to install Kendo UI from Bower, please refer to the below documentation article:


Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 14 Mar 2018, 06:59 AM

Hi Dimitar,

So the Kendo UI Core does not have the kendo.all.js. I thought I managed to install the professional package but we are using a proxy and the configurations that I received do not work for every project.

One other question though: I read somewhere that the bower packages are no longer maintained. (I can't seemed to find the page - it said something like April 2017). What would it be the alternative to a .net Core project?

0
Dimitar
Telerik team
answered on 14 Mar 2018, 03:21 PM
Hello Dan,

There are currently no immediate plans to retire the Kendo Bower packages. In any case, the Kendo UI Professional package is also available on NuGet and you could easily install it in an ASP.NET Core project by running the following command:
dotnet add package KendoUIProfessional

More information on the topic can be found in the below articles:


Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Installer and VS Extensions
Asked by
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
Dimitar
Telerik team
Share this question
or