Deployment Download usage

When I download a deployment, many of the files including xdn.config.js and routes.js are minified and very difficult to read.

What is the purpose of this feature? How do i make use of it?

How can i unminify the files to make them readable?

When deploying on the latest version of the XDN, the bundle that you download from the XDN Developer Console contains a src directory with the original source of the routes file and xdn.config.js.

The XDN allows users to download the bundle so that you have an exact record of what’s running on the XDN for debugging purposes. In the future we will make it so that you can run the downloaded bundle locally as well.