Remove Dojo library instrumentation
If we run and test the application outside of the Dojo library project, we must remove the Dojo library instrumentation.
- Copy all resources provided by the Dojo library project and are required by the application into the www folder of the project. The Dojo Console view helps you determine which resources were provided by the Dojo library project. Only the resources in thewww folder are available when an application is running on a native platform.
- In the Dojo Library Requests console view, ensure that Provide Library Resources is cleared. When Provide Library Resources is cleared, the dojoConfig mapping that points to the Dojo library project is removed.
- Run Preview. We can complete debugging actions in the Preview window.
- Build and deploy the application. All required Dojo resources are in the project.www folder.
Parent topic: Work with the Dojo Library Project that serves Dojo resourcesRelated concepts:
Work with the Dojo Library Project that serves Dojo resources