Configuring Dojo project libraries
You can configure which libraries you want your Dojo project to use.
Create a Web 2.0 enabled Web project
To configure the location of the Dojo library files in your Web project, complete the following steps:
- In the Enterprise Explorer view, right-click your Web project and select
Properties to display the Properties window.
- Select
Dojo Toolkit.
- Modify the paths to the Dojo root, loader, or CSS files and click OK.
When you create a new Web page and add Dojo widgets to the page, the required include statements generated into the <head> tag of the page use the path specified in the project properties.
Related concepts