I start with a trivial dojo application. I view the application in a browser as common resources and it runs with no errors. I check dojolib into a git repository using the eclipse git tooling, and now my app fails with the errors:
GET http://172.16.233.1:50821/dojoLib2/Test01/Test01/common/dojo/nls/core-web-layer_en-us.js 404 (Not Found) dojo.js:20
GET http://172.16.233.1:50821/dojoLib2/Test01/Test01/common/dojo/nls/mobile-ui-layer_en-us.js 404 (Not Found) dojo.js:20
Error {src: "dojoLoader", info: Array[2]}
dojo.js:21
Error {src: "dojoLoader", info: Array[2]}
I followed the instructions to disable providing library resources found here:
and once again the app runs without errors. Is that the expected behavior?