From f7700443ece4537c252b10a7463d12fd1725f40a Mon Sep 17 00:00:00 2001 From: B Mathis Date: Thu, 5 Nov 2009 21:34:41 -0600 Subject: [PATCH] moved stylesheets --- .gitignore | 2 +- Rakefile | 1 - {source/stylesheets => stylesheets}/_base.sass | 0 {source/stylesheets => stylesheets}/_layout.sass | 0 {source/stylesheets => stylesheets}/_library.sass | 0 {source/stylesheets => stylesheets}/_partials.sass | 0 {source/stylesheets => stylesheets}/_theme.sass | 0 {source/stylesheets => stylesheets}/_typography.sass | 0 {source/stylesheets => stylesheets}/ie.sass | 0 {source/stylesheets => stylesheets}/library/_border_radius.sass | 0 {source/stylesheets => stylesheets}/library/_button_style.sass | 0 {source/stylesheets => stylesheets}/library/_clearfix.sass | 0 .../stylesheets => stylesheets}/library/_easy_box_shadow.sass | 0 {source/stylesheets => stylesheets}/library/_float.sass | 0 {source/stylesheets => stylesheets}/library/_gradient.sass | 0 {source/stylesheets => stylesheets}/library/_hacks.sass | 0 {source/stylesheets => stylesheets}/library/_link_colors.sass | 0 {source/stylesheets => stylesheets}/library/_list_borders.sass | 0 {source/stylesheets => stylesheets}/library/_opacity.sass | 0 {source/stylesheets => stylesheets}/library/_reset.sass | 0 {source/stylesheets => stylesheets}/library/_sprite_hover.sass | 0 {source/stylesheets => stylesheets}/library/_sprite_img.sass | 0 {source/stylesheets => stylesheets}/library/_typography.sass | 0 {source/stylesheets => stylesheets}/partials/_search.sass | 0 {source/stylesheets => stylesheets}/partials/_twitter.sass | 0 {source/stylesheets => stylesheets}/print.sass | 0 {source/stylesheets => stylesheets}/screen.sass | 0 27 files changed, 1 insertion(+), 2 deletions(-) rename {source/stylesheets => stylesheets}/_base.sass (100%) rename {source/stylesheets => stylesheets}/_layout.sass (100%) rename {source/stylesheets => stylesheets}/_library.sass (100%) rename {source/stylesheets => stylesheets}/_partials.sass (100%) rename {source/stylesheets => stylesheets}/_theme.sass (100%) rename {source/stylesheets => stylesheets}/_typography.sass (100%) rename {source/stylesheets => stylesheets}/ie.sass (100%) rename {source/stylesheets => stylesheets}/library/_border_radius.sass (100%) rename {source/stylesheets => stylesheets}/library/_button_style.sass (100%) rename {source/stylesheets => stylesheets}/library/_clearfix.sass (100%) rename {source/stylesheets => stylesheets}/library/_easy_box_shadow.sass (100%) rename {source/stylesheets => stylesheets}/library/_float.sass (100%) rename {source/stylesheets => stylesheets}/library/_gradient.sass (100%) rename {source/stylesheets => stylesheets}/library/_hacks.sass (100%) rename {source/stylesheets => stylesheets}/library/_link_colors.sass (100%) rename {source/stylesheets => stylesheets}/library/_list_borders.sass (100%) rename {source/stylesheets => stylesheets}/library/_opacity.sass (100%) rename {source/stylesheets => stylesheets}/library/_reset.sass (100%) rename {source/stylesheets => stylesheets}/library/_sprite_hover.sass (100%) rename {source/stylesheets => stylesheets}/library/_sprite_img.sass (100%) rename {source/stylesheets => stylesheets}/library/_typography.sass (100%) rename {source/stylesheets => stylesheets}/partials/_search.sass (100%) rename {source/stylesheets => stylesheets}/partials/_twitter.sass (100%) rename {source/stylesheets => stylesheets}/print.sass (100%) rename {source/stylesheets => stylesheets}/screen.sass (100%) diff --git a/.gitignore b/.gitignore index 26c08c3..fe9f705 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ site -source/stylesheets/.sass-cache \ No newline at end of file +*/.sass-cache \ No newline at end of file diff --git a/Rakefile b/Rakefile index 690c31b..cc4aa74 100644 --- a/Rakefile +++ b/Rakefile @@ -50,7 +50,6 @@ desc "Generate site files only" task :generate_site => :clean do puts "Generating website..." system "jekyll" - Dir["#{site}/stylesheets/*.sass"].each { |f| rm_rf(f) } system "mv #{site}/atom.html #{site}/atom.xml" end diff --git a/source/stylesheets/_base.sass b/stylesheets/_base.sass similarity index 100% rename from source/stylesheets/_base.sass rename to stylesheets/_base.sass diff --git a/source/stylesheets/_layout.sass b/stylesheets/_layout.sass similarity index 100% rename from source/stylesheets/_layout.sass rename to stylesheets/_layout.sass diff --git a/source/stylesheets/_library.sass b/stylesheets/_library.sass similarity index 100% rename from source/stylesheets/_library.sass rename to stylesheets/_library.sass diff --git a/source/stylesheets/_partials.sass b/stylesheets/_partials.sass similarity index 100% rename from source/stylesheets/_partials.sass rename to stylesheets/_partials.sass diff --git a/source/stylesheets/_theme.sass b/stylesheets/_theme.sass similarity index 100% rename from source/stylesheets/_theme.sass rename to stylesheets/_theme.sass diff --git a/source/stylesheets/_typography.sass b/stylesheets/_typography.sass similarity index 100% rename from source/stylesheets/_typography.sass rename to stylesheets/_typography.sass diff --git a/source/stylesheets/ie.sass b/stylesheets/ie.sass similarity index 100% rename from source/stylesheets/ie.sass rename to stylesheets/ie.sass diff --git a/source/stylesheets/library/_border_radius.sass b/stylesheets/library/_border_radius.sass similarity index 100% rename from source/stylesheets/library/_border_radius.sass rename to stylesheets/library/_border_radius.sass diff --git a/source/stylesheets/library/_button_style.sass b/stylesheets/library/_button_style.sass similarity index 100% rename from source/stylesheets/library/_button_style.sass rename to stylesheets/library/_button_style.sass diff --git a/source/stylesheets/library/_clearfix.sass b/stylesheets/library/_clearfix.sass similarity index 100% rename from source/stylesheets/library/_clearfix.sass rename to stylesheets/library/_clearfix.sass diff --git a/source/stylesheets/library/_easy_box_shadow.sass b/stylesheets/library/_easy_box_shadow.sass similarity index 100% rename from source/stylesheets/library/_easy_box_shadow.sass rename to stylesheets/library/_easy_box_shadow.sass diff --git a/source/stylesheets/library/_float.sass b/stylesheets/library/_float.sass similarity index 100% rename from source/stylesheets/library/_float.sass rename to stylesheets/library/_float.sass diff --git a/source/stylesheets/library/_gradient.sass b/stylesheets/library/_gradient.sass similarity index 100% rename from source/stylesheets/library/_gradient.sass rename to stylesheets/library/_gradient.sass diff --git a/source/stylesheets/library/_hacks.sass b/stylesheets/library/_hacks.sass similarity index 100% rename from source/stylesheets/library/_hacks.sass rename to stylesheets/library/_hacks.sass diff --git a/source/stylesheets/library/_link_colors.sass b/stylesheets/library/_link_colors.sass similarity index 100% rename from source/stylesheets/library/_link_colors.sass rename to stylesheets/library/_link_colors.sass diff --git a/source/stylesheets/library/_list_borders.sass b/stylesheets/library/_list_borders.sass similarity index 100% rename from source/stylesheets/library/_list_borders.sass rename to stylesheets/library/_list_borders.sass diff --git a/source/stylesheets/library/_opacity.sass b/stylesheets/library/_opacity.sass similarity index 100% rename from source/stylesheets/library/_opacity.sass rename to stylesheets/library/_opacity.sass diff --git a/source/stylesheets/library/_reset.sass b/stylesheets/library/_reset.sass similarity index 100% rename from source/stylesheets/library/_reset.sass rename to stylesheets/library/_reset.sass diff --git a/source/stylesheets/library/_sprite_hover.sass b/stylesheets/library/_sprite_hover.sass similarity index 100% rename from source/stylesheets/library/_sprite_hover.sass rename to stylesheets/library/_sprite_hover.sass diff --git a/source/stylesheets/library/_sprite_img.sass b/stylesheets/library/_sprite_img.sass similarity index 100% rename from source/stylesheets/library/_sprite_img.sass rename to stylesheets/library/_sprite_img.sass diff --git a/source/stylesheets/library/_typography.sass b/stylesheets/library/_typography.sass similarity index 100% rename from source/stylesheets/library/_typography.sass rename to stylesheets/library/_typography.sass diff --git a/source/stylesheets/partials/_search.sass b/stylesheets/partials/_search.sass similarity index 100% rename from source/stylesheets/partials/_search.sass rename to stylesheets/partials/_search.sass diff --git a/source/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass similarity index 100% rename from source/stylesheets/partials/_twitter.sass rename to stylesheets/partials/_twitter.sass diff --git a/source/stylesheets/print.sass b/stylesheets/print.sass similarity index 100% rename from source/stylesheets/print.sass rename to stylesheets/print.sass diff --git a/source/stylesheets/screen.sass b/stylesheets/screen.sass similarity index 100% rename from source/stylesheets/screen.sass rename to stylesheets/screen.sass