web/scripts/install-deps.sh
#!/bin/bash
set -euf -o pipefail
BOOTSTRAP_TABLE_VERSION=1.15.5
wget -O app/static/js/bootstrap-table.js https://unpkg.com/bootstrap-table@${BOOTSTRAP_TABLE_VERSION}/dist/bootstrap-table.js
| homepage: | https://compounddata.com/projects/penny |
| git clone: | https://git.compounddata.com/penny |
| summary | history | files |
#!/bin/bash
set -euf -o pipefail
BOOTSTRAP_TABLE_VERSION=1.15.5
wget -O app/static/js/bootstrap-table.js https://unpkg.com/bootstrap-table@${BOOTSTRAP_TABLE_VERSION}/dist/bootstrap-table.js