Skip to main content

How to Download the JavaScript

The code generated by the NitroBolt compiler is not designed to be read or edited by humans. If you are looking for a way to convert projects to readable and editable JavaScript, use https://leopardjs.com.

If you really are interested in viewing the compiled JavaScript, run this in the JavaScript console before starting the project:

vm.enableDebug();

The JavaScript will then be logged to the console when it gets compiled.