Login Register

Optimization

Search Engine Optimization

Hi,

i coded some web applications in help with dojo, but now i have a problem! i should optimize them for search engines. Is there any tutorial for this topic or can somebody help showing me workarounds or something else?

Thanks for your help

sgerbeth

Further breaking dojo core...

Here's a wacky experiment! I'd like to further break down dojo core into a skeleton dojo and a base module. For example I've created a custom profile:

dependencies = {
layers: [
{
name: "dojo.js",
customBase: true,
dependencies: [
]
},
{
name: "core.js",
dependencies: [
"dojo.core"
]
}

Build Profile Parameter Descriptions Table

In order to try and fully understand the dojo build profile parameters, I have attempted to describe them in the following table. It took me some time to gather this information from different sources and through trial and error, so if I can get some help with this table (especially corrections and additions), I would like to attach it to the dojo 1.x manual for others to use.

For source code at version 1.0.2, this table assumes a minimal build command of the form:

Syndicate content