Skip to content

kendo ui core bundle error #90

@5arif

Description

@5arif

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions