#!/bin/sh
#
# Script to create node_modules.tar.xz
# needs bower, webpack and webpack-cli installed
# apply bqplot-js.patch before running this script
pushd js
jlpm install
jlpm run build
popd
tar cJf node_modules.tar.xz js/node_modules js/yarn.lock