Fix issue with css paths

This commit is contained in:
Ariejan de Vroom 2017-03-16 15:14:10 +01:00
parent 0704b22195
commit 29ea32ada7

View File

@ -5,5 +5,6 @@ job:
- master
script:
- hugo
- yui-compressor themes/outerspace/static/css/outerspace.css -o themes/outerspace/static/css/outerspace.css
- yuicompressor public/css/outerspace.css -o public/css/outerspace-min.css
- cp public/css/outerspace-min.css public/css/outerspace.css
#- rsync -az4 --stats --delete-after public/* -e "ssh -i ~/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ariejan@mail.devroom.io:/home/ariejan/www/ariejan.net/