Mercurial > web
comparison .build.yml @ 111:250f40874439
*: update lots of things
now we minify the html,css,etc before deploying, so it hopefully
will load faster :)
author | Paper <paper@tflc.us> |
---|---|
date | Mon, 19 May 2025 13:58:21 -0400 |
parents | a2c83f182127 |
children | 4ccd7de0e530 |
comparison
equal
deleted
inserted
replaced
110:7c8191bab90c | 111:250f40874439 |
---|---|
7 - ruby-json | 7 - ruby-json |
8 - ruby-jekyll | 8 - ruby-jekyll |
9 - ruby-bundler | 9 - ruby-bundler |
10 tasks: | 10 tasks: |
11 - package: | | 11 - package: | |
12 export JEKYLL_ENV="production" | |
12 cd web | 13 cd web |
13 bundle config set --local path ".bundler" | 14 bundle config set --local path ".bundler" |
14 bundle install | 15 bundle install |
15 bundle exec jekyll build | 16 bundle exec jekyll build |
16 tar -C _site -cvz . > ../site.tar.gz | 17 tar -C _site -cvz . > ../site.tar.gz |