1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-30 05:31:59 +02:00
site/_ci/setup.sh
Matthias Kretschmann bb8fee0824 Refactor for gulp 4 (#107)
* refactor all the things for Gulp 4
* cleanup, rewrites, sprinkle in some ES6
* switch to clean-css
2017-03-22 16:34:05 +01:00

20 lines
456 B
Bash
Executable File

#!/usr/bin/env bash
set -e;
echo "$(tput setaf 136)"
echo " Installing dependencies "
echo "============================================="
echo "$(tput sgr0)" # reset
npm install gulpjs/gulp.git#4.0 -g
npm install
# Travis does that automatically after selecting ruby
#bundle install
echo "$(tput setaf 64)" # green
echo "---------------------------------------------"
echo " ✓ done installing dependencies"
echo "$(tput sgr0)" # reset