Giter Site home page Giter Site logo

bower-kendo-ui's People

Contributors

burkeholland avatar gyoshev avatar ivanchev avatar kendo-bot avatar petyosi avatar resseguie avatar tsvetomir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bower-kendo-ui's Issues

Add component update and version tag to your kendo-ui release build process

Please create an automated task in your build process that publish current version of kendo-ui and create a github tag.
It's not a big effort and improve the project so much.
Because at this moment I can't use the bower package, because I need the scheduler component what is not published in this repo.
So I use my private bower register and add your updates manually.

If you need some help to automate this, feel free for contacting me ๐Ÿ‘

One file to rule them all

Where is kendo.all.js? Most of the documentation references this file which is not found in the current bower install.

Non-minified versions of CSS files?

Hi,

Are there any non-minified versions of the CSS files? I would like to have the ability to easy view all contents in the following files:

kendo.common-nova.min.css
kendo.nova.min.css

jQuery version

Hi,

It seems the latest release of Kendo UI is compatible with jQuery 2.0+. Is the version packaged for bower compatible as well, and if yes, could the component file be updated to reflect this?

Bower install fails when using --save

If I run the following command to install kendo-ui:

bower install kendo-ui --save

It will successfully install for me locally, but if you look at my component.json/bower.json file that was updated by bower, the package linkage is incorrect.

"kendo": "~2013.1.319"

And the files are downloaded to a folder named "kendo".

Now, if another developer tries to run bower install on the project to pull down all project dependencies to their local machine:

bower install

Bower fails with an error that "kendo" can't be found. I believe the issue is in the fact that the project is registered in bower as "kendo-ui", but if you look at the project name in your component.json file, it simply says "kendo".

To fix the issue, I needed to manually update my projects component.json/bower.json file:

"kendo": "~2013.1.319" -> "kendo-ui": "latest"

And now when a developer runs "bower install", its successful, however its now installed to a path named "kendo-ui" rather than the previous "kendo". All references must now be changed to point to the new location for the source files.

Create tags for every new version released

In some cases it's useful to be able to work with previous version of a package. To support that is as simple as creating a new tag with the version number used in kendo every time the repository is updated

build missing

telerik/kendo-ui-core includes a custom build process that I think should be available to bower installs. ideally I would like to:
bower install kendo-ui-core
gulp kendo-build all or kendo-build autocomplete dropdownlist
---> which executes your "grunt custom:autocomplete,dropdownlist" task.
---> then my "gulp src2dest" task

I'm trying to do it this since I could not get bower to install kendo-ui-core from URL: https://github.com/telerik/kendo-ui-core.git

RequireJS Missing A Couple Of JS Files

RequireJS is 404-ing on a couple of JS Files that don't look to be in this build:
js/kendo.mobile.actionsheet.min.js
js/kendo.mobile.pane.min.js

Happens when trying to include kendo/kendo.core.min in requirejs.

Bower registration

Is this package registered in bower repos, did a bower search but does not list any kendo packages.
Is there any roadmaps to release this as a bower package.

Failed to instantiate module kendo.directives using JSPM

Please take a look at the following issue I've already published on StackOverflow: Failed to instantiate module kendo.directives using JSPM.

I'm experiencing big troubles trying to load this package using SystemJS. If I import "kendo-ui" module, even when I've already checked that it's loading "kendo.ui.core" which includes Angular directives, the whole Angular module is never loaded.

Actually, I've been digging on "kendo.ui.core" source code, line 40K is never executed before my own module loading "kendo-ui" is already loaded.

How do I fix this?

Thank you in advance.

I cannot use Kendo UI in my build process

My build process likes to deal with source javascript, not pre-minified. I wanted to use angular-kendo-ui and kendo-ui in a new project, but ultimately decided not to for this very reason.

Out of the 30-40 GPL'ed projects I consume, kendo-ui is the only one that breaks the sanity of my linting/minification/compilation process using grunt.

Shame!

bower.json references minified script in 'main'

This messes up my build tools which do concatenation and minification. If you are using bower to begin with you probably have tools to handle the minification.

See bower/bower#393

Current spec description:

The primary acting files necessary to use your package. While Bower does not directly use these files, they are listed with the commands bower list map and bower list --sources, so they can be used by build tools. Do not include minified files. Files should not be versioned (Bad: package.1.1.0.js; Good: package.js).

Thank you!

That is all. Please close this after you feel the appreciation!

install error: invalid tar file

Hi, when installing via jspm / bower get the following error:

warn Error on download for github:kendo-labs/bower-kendo-ui
EXEC : error : invalid tar file 
at Extract.Parse._startEntry (d:\a\1\s\GS\GS.Aurelia\node_modules\tar\lib\parse.js:149:13)

I've been using kendo-ui for over a year and never had this error on install before, this just started happening to us today in our CI pipeline.
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.