mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
cache generated images folder
This commit is contained in:
parent
a6f41558cd
commit
2b63b30098
10
.ci/setup.sh
10
.ci/setup.sh
@ -2,7 +2,17 @@
|
|||||||
|
|
||||||
set -e;
|
set -e;
|
||||||
|
|
||||||
|
echo "$(tput setaf 136)"
|
||||||
|
echo " Installing dependencies "
|
||||||
|
echo "============================================="
|
||||||
|
echo "$(tput sgr0)" # reset
|
||||||
|
|
||||||
npm install gulp bower -g
|
npm install gulp bower -g
|
||||||
npm install
|
npm install
|
||||||
bower install
|
bower install
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
|
echo "$(tput setaf 64)" # green
|
||||||
|
echo "---------------------------------------------"
|
||||||
|
echo " ✓ done installing dependencies"
|
||||||
|
echo "$(tput sgr0)" # reset
|
||||||
|
@ -8,6 +8,7 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
- bower_components
|
- bower_components
|
||||||
|
- _site/media/gen
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user