You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: