#!/bin/sh
rm -rf handsontable
git clone https://github.com/handsontable/handsontable.git
mv handsontable/LICENSE .
mv handsontable/dist/handsontable.full* .
# yui-compressor handsontable.full.js > handsontable.full.min.js
mv handsontable/dist/handsontable.full.css .
# yui-compressor handsontable.full.css > handsontable.full.min.css
mv handsontable/dist/languages/all*.js .
rm -rf handsontable
