heavyai-charting/scripts/copy-example-libs.sh
ʈᵃᵢ 7f4e4359c7 [infra] removes mapbox from libraries, includes the module through no… (#2279)
* [infra] removes mapbox from libraries, includes the module through node_modules

* up timeout on examples e2e
2017-02-16 16:27:42 -08:00

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/