walt icon indicating copy to clipboard operation
walt copied to clipboard

Don't minify the JS of the examples in Walt Explorer

Open JobLeonard opened this issue 6 years ago • 3 comments

Bug Report

Overview

The JS section of the Walt explorer is now minified, which makes it impossible to understand how it connects the WASM to the rest of the browser environment at a glance:

Expected

Show example code

Actual

Show mangled, minified example code

Example

image

JobLeonard avatar Nov 20 '18 13:11 JobLeonard

(Sorry, forgot to remove the HTML comment tag - fixed now)

JobLeonard avatar Nov 20 '18 13:11 JobLeonard

Yuup.

Might need to switch to plain strings for all the JS setup code. Or just use observable for all demos :)

ballercat avatar Nov 21 '18 20:11 ballercat

Or just use observable for all demos :)

If I didn't have obligations I would spend all day on that website. Maybe I can port some stuff over in the weekend :P

JobLeonard avatar Nov 21 '18 21:11 JobLeonard