svenkreiss / databench

Data analysis tool.
http://databench.trivial.io
MIT License
84 stars 13 forks source link

Trunk lacks databench.js #57

Closed orangkucing closed 6 years ago

orangkucing commented 6 years ago

It seems databench/static/databench.js is mistakenly omitted to push to the repo since commit 1d77735d5cd0cc7119bf38d11eb941f909029b70 of 11 Jun 2016. Is it OK?

svenkreiss commented 6 years ago

It is ok. The frontend is now written in TypeScript. The source files are in the js/src folder. Running

npm install
webpack

should generate the databench/static/databench.js file. It is also a node package now in case you need to use it as part of some other JavaScript build process.

svenkreiss commented 6 years ago

... and the generated file is part of the source and binary distributions on pypi. So pip install databench gives you everything including the generated JavaScript file.

orangkucing commented 6 years ago

Thank you! It works like a charm.

---=^..^= Hisashi ITO ⌘

On Jan 24, 2018, at 22:23, Sven Kreiss notifications@github.com wrote:

... and the generated file is part of the source and binary distributions on pypi. So pip install databench gives you everything including the generated JavaScript file.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.