probcomp / inferenceql.viz

Apache License 2.0
1 stars 0 forks source link

feat: Add advanced compilation build and webpack #81

Closed harishtella closed 3 years ago

harishtella commented 3 years ago

What does this do?

The cljs compilation stage always outputs a out/index.js file, and the webpack stage takes that file and outputs a out/main.js file.

Main concern in review

How to test?

Run make js, make js-advanced, or make js-advanced-min to try out the various builds. They will all result in an app you can open with index.html.