probcomp / inferenceql.viz

Apache License 2.0
1 stars 0 forks source link

refactor: Simplify makefile #99

Closed harishtella closed 3 years ago

harishtella commented 3 years ago

What does this do?

The reorganizes some of the supporting defs for the 3 different makefile targets used for building the spreadsheets application.

Some elements are inlined and various section header comments have been added.

Inlining the :main namespace (inferenceql.viz.core) specification into the edn of compiler options was attempted, but was not successful for the simple js build. I'm unsure why. Instead, specifying all :main namespaces via the -c command line option.

Motivation:

In preparation for adding a build and makefile target for Observable components.