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
Running it bundled, either locally, invoking http-server from cmd where the current directory is in the docs folder
system.js:4 GET http://localhost:8080/kendo-sdk/js/kendo.all.min.js 404 (Not Found)
aurelia.js:7 ERROR [app-router] Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:8080/kendo-sdk/js/kendo.all.min.js
Error: XHR error (404 Not Found) loading http://localhost:8080/kendo-sdk/js/kendo.all.min.js
Error loading http://localhost:8080/kendo-sdk/js/kendo.all.min.js as "kendo-ui/js/kendo.all.min" from http://localhost:8080/dist/autocomplete.js
or deployed at GitHub using URL https://aurelia-ui-toolkits.github.io/skeleton-navigation-typescript-kendo-bundled:
system.js:4 GET https://aurelia-ui-toolkits.github.io/skeleton-navigation-typescript-kendo-bundled/kendo-sdk/js/kendo.all.min.js 404 ()
aurelia.js:7 ERROR [app-router] Error: (SystemJS) XHR error (404) loading https://aurelia-ui-toolkits.github.io/skeleton-navigation-typescript-kendo-bundled/kendo-sdk/js/kendo.all.min.js
Error: XHR error (404) loading https://aurelia-ui-toolkits.github.io/skeleton-navigation-typescript-kendo-bundled/kendo-sdk/js/kendo.all.min.js
Error loading https://aurelia-ui-toolkits.github.io/skeleton-navigation-typescript-kendo-bundled/kendo-sdk/js/kendo.all.min.js as "kendo-ui/js/kendo.all.min" from https://aurelia-ui-toolkits.github.io/skeleton-navigation-typescript-kendo-bundled/dist/autocomplete.js
If you check the file bundles.js you will see that the missing kendo.all.min.js file is indeed stuffed in the dist/kendo-build bundle.
So either I do not understand how is the import kendo-ui/js/kendo.all.min evaluated at run time or there is a problem with this bundle. Either way, I would appreciate the explanation of the difference in processing of the import kendo-ui/js/kendo.all.min in unbundled app (where the reference is being resolved using this line and tin bundled version where the file bundles.js gets involved in the resolving process.
Please disregard the meaningfulness of the attempt to stuff the whole kendo.all.min.js monstrosity in a bundle - I just do not want to ignore this problem until I find out what is causing it.
The text was updated successfully, but these errors were encountered:
Running it bundled, either locally, invoking
http-server
from cmd where the current directory is in thedocs
folderor deployed at GitHub using URL
https://aurelia-ui-toolkits.github.io/skeleton-navigation-typescript-kendo-bundled
:If you check the file
bundles.js
you will see that the missingkendo.all.min.js
file is indeed stuffed in thedist/kendo-build
bundle.So either I do not understand how is the import
kendo-ui/js/kendo.all.min
evaluated at run time or there is a problem with this bundle. Either way, I would appreciate the explanation of the difference in processing of theimport kendo-ui/js/kendo.all.min
in unbundled app (where the reference is being resolved using this line and tin bundled version where the filebundles.js
gets involved in the resolving process.Please disregard the meaningfulness of the attempt to stuff the whole
kendo.all.min.js
monstrosity in a bundle - I just do not want to ignore this problem until I find out what is causing it.The text was updated successfully, but these errors were encountered: