This skin can be used as is, to publish MEC websites using uncompiled dojo.
Benefit: It can be easier to debug with uncompiled dojo.

This skin can also be used to create a new skin that uses compiled dojo.
Benefit: You can make changes to the javascript in content_Script/rmcwidget, and build/compile your revised javascript so
that  it runs faster.

Build instructions:
-------------------

0. Make a copy of the skin.

1. Unzip content_script/dojo_1.10.5.zip into content_script folder.

2. Open a command window, navigate to the buildojo folder in the skin, and enter:
build.bat

Ignore warnings.

3.  This generates a folder 
content_script/compileddojo_new

4. Copy the file 
content_script/compileddojo_new/dojo/dojo.js

to
content_script/compileddojo/dojo/dojo/js

Answer "yes" to the prompt to overwrite.

Delete the folder
content_script/compileddojo_new

[The build process generates a lot more files than are needed by the skin.
Copying just the dojo.js file into the compileddojo folder saves you from having to determine
which files from compileddojo_new can be safely deleted.]

5. Delete the file:

content_xsl/index.xsl

And rename

content_xsl/index_compileddojo.xsl
to 
content_xsl/index.xsl

6. Delete the original uncompiled dojo folders:
content_script/dojo_1.10.5
and
content_Script/rmcwidget




