mirror of
https://github.com/heavyai/heavyai-charting.git
synced 2026-01-25 14:57:45 +00:00
* [infra] removes mapbox from libraries, includes the module through node_modules * up timeout on examples e2e
16 lines
749 B
Bash
16 lines
749 B
Bash
mkdir -p example/js/
|
|
cp ../../node_modules/lodash/lodash.js example/js
|
|
cp ../../node_modules/d3/d3.min.js example/js
|
|
cp ../../node_modules/mapbox-gl-draw/dist/mapbox-gl-draw.js example/js
|
|
cp ../../node_modules/mapbox-gl-draw/dist/mapbox-gl-draw.css example/css
|
|
cp mapdc.css example/css/
|
|
cp chart.css example/css/
|
|
cp dist/mapdc.js example/js/
|
|
cp ../mapd-crossfilter/dist/mapd-crossfilter.js example/js/
|
|
cp ../mapd-con/thrift/browser/thrift.js example/js/
|
|
cp ../mapd-con/thrift/browser/mapd.thrift.js example/js/
|
|
cp ../mapd-con/thrift/browser/mapd_types.js example/js/
|
|
cp ../mapd-con/dist/MapdCon.js example/js/
|
|
cp ../../node_modules/mapbox-gl-js/dist/mapbox-gl.js example/js/
|
|
cp ../../node_modules/mapbox-gl-js/dist/mapboxgl-overrides.js example/js/
|