Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kendo ui core bundle error #90

Open
5arif opened this issue Jan 16, 2017 · 0 comments
Open

kendo ui core bundle error #90

5arif opened this issue Jan 16, 2017 · 0 comments

Comments

@5arif
Copy link

5arif commented Jan 16, 2017

i am using kendo ui core in my project

"paths": { "jquery": "jquery-3.1.1", "kendo": "libs/kendo/kendo.ui.core.min", "bootstrap": "bootstrap", "i18n": "Components/RequireJS/i18n", "text": "Components/RequireJS/text" }, "shim": { "kendo": { "deps": [ "jquery" ] }, "bootstrap": { "deps": [ "jquery" ] } },

but it can't find the dependency file
..\packages\RequireJsNet.Compressor.3.0.0\build\RequireJsNet.Compressor.targets(34,5): error : Could not load script ..\Scripts\kendo.core.min.js

in my app script

require(["kendo"], function (kendo) { var vm = {}; return vm; });

is there are any config that i missing ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant