js_deps/ReadMe.md

Bower to grab javascript libraries

I use yarn (a packaging system for javascript) to grab d3, jquery, jquery-ui, and d3panels. The js_deps/package.json file indicates the libraries (and minimal versions) to get.

In the package Makefile, I pull out just the individual files I want, rather than include everything that bower pulls down as part of the package.

For the d3-tip library, I use UglifyJs to make it smaller. You can install UglifyJs with npm (as with bower):

npm install -g uglify-js


kbroman/qtlcharts documentation built on May 10, 2023, 6:07 p.m.