1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00
blog/.ci/setup.sh

19 lines
405 B
Bash
Raw Normal View History

2015-08-30 14:02:02 +02:00
#!/usr/bin/env bash
set -e;
2015-08-30 15:16:36 +02:00
echo "$(tput setaf 136)"
echo " Installing dependencies "
echo "============================================="
echo "$(tput sgr0)" # reset
2015-08-30 14:02:02 +02:00
npm install gulp bower -g
npm install
bower install
bundle install
2015-08-30 15:16:36 +02:00
echo "$(tput setaf 64)" # green
echo "---------------------------------------------"
echo " ✓ done installing dependencies"
echo "$(tput sgr0)" # reset