This skin can be made available in two forms:
A. One in which dojo javascript is "compiled" (built).  Using the compiled skin speeds up publishing and browsing.
B. One which includes the uncompiled dojo and well as the compiled dojo.  This skin is slower to publish and browse, 
but using this skin makes it easier to debug.

A. How to convert compiled dojo skin to uncompiled dojo skin
------------------------------------------------------------
If you do NOT have the folder "content_script/dojo_1.10.5", then you are using the compiled dojo version of the skin.

To convert to the uncompiled dojo skin:

1. Download and unzip dojo 1.10.5 from https://download.dojotoolkit.org/release-1.10.5/dojo-release-1.10.5-src.zip
The unzipped folder should be called content_script/dojo_1.10.5 and contain folders "dijit", "dojo",  "dojox"  and "util".

2. Rename 

content_xsl/index.xsl
to 
content_xsl/index_compileddojo.xsl

3.  Rename

content_xsl/index_uncompileddojo.xsl
to 
content_xsl/index.xsl


B. How to convert uncompiled dojo skin to compiled dojo skin
---------------------------------------------------------
If you have the folder "content_script/dojo_1.10.5", then you are using the uncompiled dojo version of the skin.

To convert to a compiled skin:

1. Rename 

content_xsl/index.xsl
to 
content_xsl/index_uncompileddojo.xsl

2.  Rename

content_xsl/index_compileddojo.xsl
to 
content_xsl/index.xsl


3. Delete the original uncompiled dojo:
content_script/dojo_1.10.5

Note that the folder "content_Script/rmcwidget" is not used by the compiled skin, but if you wish to be able to convert back to an uncompiled skin using the previous instructions,
then don't delete that folder.

Alternatively, if you customize the content_script/rmcwidget files, you can create a compiled version of your new skin
by following the instructions in "builddojo/build_instructions.txt".

