build common css into single css file
[iankelling.org] / build.rb
index 4025eefa3b452e36d6ee5910e41dd29ea10bfdd3..f724fe92ca4e28a343ab2efb3a60c4788e0b21ef 100755 (executable)
--- a/build.rb
+++ b/build.rb
@@ -88,4 +88,8 @@ if File.exists? ('../resume.md')
   stdpage('resume', md_to_html(File.read('../resume.md')))
 end
 
-stdpage('favorite-stuff', File.read('../favorite-stuff.html'))
+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")