1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-13 16:45:14 +01:00

cache generated images folder

This commit is contained in:
Matthias Kretschmann 2015-08-30 15:16:36 +02:00
parent a6f41558cd
commit 2b63b30098
2 changed files with 11 additions and 0 deletions

View File

@ -2,7 +2,17 @@
set -e;
echo "$(tput setaf 136)"
echo " Installing dependencies "
echo "============================================="
echo "$(tput sgr0)" # reset
npm install gulp bower -g
npm install
bower install
bundle install
echo "$(tput setaf 64)" # green
echo "---------------------------------------------"
echo " ✓ done installing dependencies"
echo "$(tput sgr0)" # reset

View File

@ -8,6 +8,7 @@ cache:
directories:
- node_modules
- bower_components
- _site/media/gen
addons:
apt:
packages: