convert css to scss
[iankelling.org] / build.rb
index 507bd4e50fc2351182ac12bad7680f67b4391af6..f724fe92ca4e28a343ab2efb3a60c4788e0b21ef 100755 (executable)
--- 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")