We have been using Custom Dojo build and it is working fine for all the modules of Dijit and some of Dojox modules.

However when we try to do require (["dojox/charting/Chart"}) or some other modules of Dojox it gives following javascript error. I looked at the modules closely and I found that each such modules use "." to load the dependencies from relative paths.

GET /somepath/js/dojox.js 404 (Not Found)

I don't understand why dojo is looking for dojox.js which is not part of even Dojo source.

Any help will be highly appreciated.

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top