1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-01-11 21:35:39 +01:00
site/_ci/build.sh

18 lines
458 B
Bash
Raw Normal View History

2016-03-03 17:21:24 +01:00
#!/usr/bin/env bash
set -e;
echo "$(tput setaf 136)"
echo "============================================="
echo " Starting build "
echo "============================================="
echo "$(tput sgr0)" # reset
2016-03-03 17:21:24 +01:00
gulp build --production
echo "$(tput setaf 64)" # green
echo "---------------------------------------------"
echo " ✓ done building"
echo "---------------------------------------------"
echo "$(tput sgr0)" # reset