dc-js / dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
Apache License 2.0
7.42k stars 1.81k forks source link

Two rollup configurations, speeds up build/test cycles #1784

Closed kum-deepak closed 3 years ago

kum-deepak commented 3 years ago

The current setup generates 2 x 2 outputs - compat/neo, full/terse. Out of these only one of those is needed for build/test and server tasks.

Separating this speeds up regulr build/test cycles. One more gurnt shell task has been added that would generate all the four outouts. This new tsak would need to be run as part of the release process.