-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
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 ?
Metadata
Metadata
Assignees
Labels
No labels