X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=build.rb;fp=build.rb;h=f724fe92ca4e28a343ab2efb3a60c4788e0b21ef;hp=507bd4e50fc2351182ac12bad7680f67b4391af6;hb=f98cd29f7b53a7c08f21792773a5b3b49d41eb9c;hpb=842a5c8cf5cb6526dc880fd8bc5fedd2ecfc544c diff --git a/build.rb b/build.rb index 507bd4e..f724fe9 100755 --- a/build.rb +++ b/build.rb @@ -89,3 +89,7 @@ if File.exists? ('../resume.md') end stdpage('favorite-things', File.read('../favorite-things.html')) + +# we could use ruby native stuff here, but this was +# better documented so meh. +system("scss --cache-location ../.sass-cache --update ../css:css")