Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pack web_src/js/draw.js to public/js/index.js (#8975) | Lunny Xiao | 2019-11-14 | 1 | -2/+2 |
| | | | | | | * pack web_src/js/draw.js to public/js/index.js * fix eslint | ||||
* | modernize js and use babel (#8973) | silverwind | 2019-11-14 | 1 | -4/+26 |
| | | | | | | | | | | | | | | * modernize js and use babel - add babel toolchain to transform modern JS to ES5 - extend eslint config for modern rules - fixes linting issues via `eslint --fix` and manual fixes * run 'make css' to satisfy CI * code style tweaks and set js indendation to 2 in .editorconfig * regenerate js | ||||
* | Move index.js to web_src and use webpack to pack them (#8598) | Lunny Xiao | 2019-11-13 | 1 | -0/+20 |
* Move index.js to web_src and use webpack * Fix initHeatMap * update eslint and move webpack to devDependencies * update index.js * add eslint env node |