heavyai-charting/scripts/copy-example-libs.sh
2017-05-03 17:44:56 -07:00

14 lines
694 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/@mapd/crossfilter/dist/mapd-crossfilter.js example/js/
cp ./node_modules/@mapd/connector/thrift/browser/thrift.js example/js/
cp ./node_modules/@mapd/connector/thrift/browser/mapd.thrift.js example/js/
cp ./node_modules/@mapd/connector/thrift/browser/mapd_types.js example/js/
cp ./node_modules/@mapd/connector/dist/mapd-connector.js example/js/MapdCon.js
cp mapdc.css example/css/
cp dist/mapdc.js example/js/
cp dist/chart.css example/css/
cp ./node_modules/mapbox-gl/dist/mapbox-gl.js example/js/
cp ./node_modules/mapbox-gl/dist/mapboxgl-overrides.js example/js/