website/build.sh

15 lines
376 B
Bash
Raw Normal View History

2018-04-02 21:12:19 +00:00
#!/bin/bash
cd $HOME/build-websites/kaboom-website/
rm Gemfile.lock
2018-04-24 17:33:19 +00:00
#bundle install
jekyll build --destination $HOME/html/kaboom.pw/
#if jekyll build --destination $HOME/html/kaboom.pw/; then
2018-04-02 21:12:19 +00:00
cd $HOME/html/kaboom.pw/
2018-04-24 17:33:19 +00:00
#rm -rf *.br
#rm -rf *.gz
#for file in `find . -type f -name '*'`; do
# $HOME/build-websites/zopfli $file
# $HOME/build-websites/brotli $file
#done
#fi