From 2c61bbbf1c57b8c0e5ad82bc56397d1a71c1f23e Mon Sep 17 00:00:00 2001 From: zeke Date: Tue, 2 Aug 2011 20:05:44 -0700 Subject: [PATCH] switched middleman defaults from scss to sass and erb to haml --- source/{index.html.erb => index.html.haml} | 0 source/{layout.erb => layout.haml} | 0 source/stylesheets/site.css.scss | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename source/{index.html.erb => index.html.haml} (100%) rename source/{layout.erb => layout.haml} (100%) delete mode 100644 source/stylesheets/site.css.scss diff --git a/source/index.html.erb b/source/index.html.haml similarity index 100% rename from source/index.html.erb rename to source/index.html.haml diff --git a/source/layout.erb b/source/layout.haml similarity index 100% rename from source/layout.erb rename to source/layout.haml diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss deleted file mode 100644 index e69de29b..00000000