Including a Dojo layer file in your web page
A layer is a single JavaScript file that contains and compresses an entire Dojo library and any dependencies. To reduce the amount of time it takes to retrieve a resource, you can load Dojo layers by using the HTML script tag. The layer files are loaded asynchronously reducing the load time.
Before you begin
About this task
Results
<script language="JavaScript" src="dojo.js"></script>