CRM-21179 - visual-bundle.js - Generate custom build of dc.js
authorTim Otten <totten@civicrm.org>
Wed, 20 Sep 2017 03:14:40 +0000 (20:14 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 20 Sep 2017 18:37:18 +0000 (11:37 -0700)
commit64fe847eab88e5b9196496478bf6177c81408eb4
treee74b7929567b6516df8b9d3fd87fa3dd79a174e0
parent74d217f4038684fabe92b6ae1586ec237a3d3683
CRM-21179 - visual-bundle.js - Generate custom build of dc.js

This defines an asset named `visual-bundle.js`.  It creates a custom build
of `dc.js` + `crossfilter.js` + `d3.js` which loads all the services into
the namespace `CRM.visual.{foo}`, which allows it to coexist with other
copies of the library.
CRM/Utils/VisualBundle.php [new file with mode: 0644]
Civi/Core/Container.php