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

« Previous Version 2 Next »

To rebuild the project for production environments, navigate to the MP2/ folder and execute the buildfrontend-styling.cmd script.

The path to buildfrontend-styling.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