gochain / netstats

GNU General Public License v3.0
4 stars 4 forks source link

Commit missing 'assets' package #43

Closed jmank88 closed 5 years ago

jmank88 commented 5 years ago

The assets package is not committed, which creates barriers to installation and development. We should make things more idiomatic by using a go:generate command, and committing the results. This will also simplify the Dockerfile.

jmank88 commented 5 years ago

Nevermind. The generated files depend on assets pulled by npm.