Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

To optimize the file for production environments, navigate to BuildScripts folder and execute the build_styles.cmd file.

Note: The path to build_styles.cmd cannot contain any spaces!

If the compile and optimization step is completed successfully, the result should look similar to this:

One last step is access the web.config file and change the following variable.

Change <add key="UseDist" value="false" />
To <add key="UseDist" value="true" />

  • No labels