aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Rakefile1
-rw-r--r--stylesheets/_base.sass (renamed from source/stylesheets/_base.sass)0
-rw-r--r--stylesheets/_layout.sass (renamed from source/stylesheets/_layout.sass)0
-rw-r--r--stylesheets/_library.sass (renamed from source/stylesheets/_library.sass)0
-rw-r--r--stylesheets/_partials.sass (renamed from source/stylesheets/_partials.sass)0
-rw-r--r--stylesheets/_theme.sass (renamed from source/stylesheets/_theme.sass)0
-rw-r--r--stylesheets/_typography.sass (renamed from source/stylesheets/_typography.sass)0
-rw-r--r--stylesheets/ie.sass (renamed from source/stylesheets/ie.sass)0
-rw-r--r--stylesheets/library/_border_radius.sass (renamed from source/stylesheets/library/_border_radius.sass)0
-rw-r--r--stylesheets/library/_button_style.sass (renamed from source/stylesheets/library/_button_style.sass)0
-rw-r--r--stylesheets/library/_clearfix.sass (renamed from source/stylesheets/library/_clearfix.sass)0
-rw-r--r--stylesheets/library/_easy_box_shadow.sass (renamed from source/stylesheets/library/_easy_box_shadow.sass)0
-rw-r--r--stylesheets/library/_float.sass (renamed from source/stylesheets/library/_float.sass)0
-rw-r--r--stylesheets/library/_gradient.sass (renamed from source/stylesheets/library/_gradient.sass)0
-rw-r--r--stylesheets/library/_hacks.sass (renamed from source/stylesheets/library/_hacks.sass)0
-rw-r--r--stylesheets/library/_link_colors.sass (renamed from source/stylesheets/library/_link_colors.sass)0
-rw-r--r--stylesheets/library/_list_borders.sass (renamed from source/stylesheets/library/_list_borders.sass)0
-rw-r--r--stylesheets/library/_opacity.sass (renamed from source/stylesheets/library/_opacity.sass)0
-rw-r--r--stylesheets/library/_reset.sass (renamed from source/stylesheets/library/_reset.sass)0
-rw-r--r--stylesheets/library/_sprite_hover.sass (renamed from source/stylesheets/library/_sprite_hover.sass)0
-rw-r--r--stylesheets/library/_sprite_img.sass (renamed from source/stylesheets/library/_sprite_img.sass)0
-rw-r--r--stylesheets/library/_typography.sass (renamed from source/stylesheets/library/_typography.sass)0
-rw-r--r--stylesheets/partials/_search.sass (renamed from source/stylesheets/partials/_search.sass)0
-rw-r--r--stylesheets/partials/_twitter.sass (renamed from source/stylesheets/partials/_twitter.sass)0
-rw-r--r--stylesheets/print.sass (renamed from source/stylesheets/print.sass)0
-rw-r--r--stylesheets/screen.sass (renamed from source/stylesheets/screen.sass)0
27 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 26c08c32..fe9f7057 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 690c31be..cc4aa74f 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
index 82b34b76..82b34b76 100644
--- a/source/stylesheets/_base.sass
+++ b/stylesheets/_base.sass
diff --git a/source/stylesheets/_layout.sass b/stylesheets/_layout.sass
index ab06b650..ab06b650 100644
--- a/source/stylesheets/_layout.sass
+++ b/stylesheets/_layout.sass
diff --git a/source/stylesheets/_library.sass b/stylesheets/_library.sass
index e6c00822..e6c00822 100644
--- a/source/stylesheets/_library.sass
+++ b/stylesheets/_library.sass
diff --git a/source/stylesheets/_partials.sass b/stylesheets/_partials.sass
index 326df48d..326df48d 100644
--- a/source/stylesheets/_partials.sass
+++ b/stylesheets/_partials.sass
diff --git a/source/stylesheets/_theme.sass b/stylesheets/_theme.sass
index b159019e..b159019e 100644
--- a/source/stylesheets/_theme.sass
+++ b/stylesheets/_theme.sass
diff --git a/source/stylesheets/_typography.sass b/stylesheets/_typography.sass
index b5fcd56e..b5fcd56e 100644
--- a/source/stylesheets/_typography.sass
+++ b/stylesheets/_typography.sass
diff --git a/source/stylesheets/ie.sass b/stylesheets/ie.sass
index e69de29b..e69de29b 100644
--- a/source/stylesheets/ie.sass
+++ b/stylesheets/ie.sass
diff --git a/source/stylesheets/library/_border_radius.sass b/stylesheets/library/_border_radius.sass
index 475b66d5..475b66d5 100644
--- a/source/stylesheets/library/_border_radius.sass
+++ b/stylesheets/library/_border_radius.sass
diff --git a/source/stylesheets/library/_button_style.sass b/stylesheets/library/_button_style.sass
index 2b68d5db..2b68d5db 100644
--- a/source/stylesheets/library/_button_style.sass
+++ b/stylesheets/library/_button_style.sass
diff --git a/source/stylesheets/library/_clearfix.sass b/stylesheets/library/_clearfix.sass
index 29548fe0..29548fe0 100644
--- a/source/stylesheets/library/_clearfix.sass
+++ b/stylesheets/library/_clearfix.sass
diff --git a/source/stylesheets/library/_easy_box_shadow.sass b/stylesheets/library/_easy_box_shadow.sass
index 437f187a..437f187a 100644
--- a/source/stylesheets/library/_easy_box_shadow.sass
+++ b/stylesheets/library/_easy_box_shadow.sass
diff --git a/source/stylesheets/library/_float.sass b/stylesheets/library/_float.sass
index b459e81f..b459e81f 100644
--- a/source/stylesheets/library/_float.sass
+++ b/stylesheets/library/_float.sass
diff --git a/source/stylesheets/library/_gradient.sass b/stylesheets/library/_gradient.sass
index 31c498e0..31c498e0 100644
--- a/source/stylesheets/library/_gradient.sass
+++ b/stylesheets/library/_gradient.sass
diff --git a/source/stylesheets/library/_hacks.sass b/stylesheets/library/_hacks.sass
index 33b442b6..33b442b6 100644
--- a/source/stylesheets/library/_hacks.sass
+++ b/stylesheets/library/_hacks.sass
diff --git a/source/stylesheets/library/_link_colors.sass b/stylesheets/library/_link_colors.sass
index 546c436e..546c436e 100644
--- a/source/stylesheets/library/_link_colors.sass
+++ b/stylesheets/library/_link_colors.sass
diff --git a/source/stylesheets/library/_list_borders.sass b/stylesheets/library/_list_borders.sass
index b4fe6dbb..b4fe6dbb 100644
--- a/source/stylesheets/library/_list_borders.sass
+++ b/stylesheets/library/_list_borders.sass
diff --git a/source/stylesheets/library/_opacity.sass b/stylesheets/library/_opacity.sass
index f8d2a056..f8d2a056 100644
--- a/source/stylesheets/library/_opacity.sass
+++ b/stylesheets/library/_opacity.sass
diff --git a/source/stylesheets/library/_reset.sass b/stylesheets/library/_reset.sass
index af4fe754..af4fe754 100644
--- a/source/stylesheets/library/_reset.sass
+++ b/stylesheets/library/_reset.sass
diff --git a/source/stylesheets/library/_sprite_hover.sass b/stylesheets/library/_sprite_hover.sass
index 13c644f6..13c644f6 100644
--- a/source/stylesheets/library/_sprite_hover.sass
+++ b/stylesheets/library/_sprite_hover.sass
diff --git a/source/stylesheets/library/_sprite_img.sass b/stylesheets/library/_sprite_img.sass
index dadac12b..dadac12b 100644
--- a/source/stylesheets/library/_sprite_img.sass
+++ b/stylesheets/library/_sprite_img.sass
diff --git a/source/stylesheets/library/_typography.sass b/stylesheets/library/_typography.sass
index a1b5c631..a1b5c631 100644
--- a/source/stylesheets/library/_typography.sass
+++ b/stylesheets/library/_typography.sass
diff --git a/source/stylesheets/partials/_search.sass b/stylesheets/partials/_search.sass
index 4de9c021..4de9c021 100644
--- a/source/stylesheets/partials/_search.sass
+++ b/stylesheets/partials/_search.sass
diff --git a/source/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass
index baeef5b4..baeef5b4 100644
--- a/source/stylesheets/partials/_twitter.sass
+++ b/stylesheets/partials/_twitter.sass
diff --git a/source/stylesheets/print.sass b/stylesheets/print.sass
index e69de29b..e69de29b 100644
--- a/source/stylesheets/print.sass
+++ b/stylesheets/print.sass
diff --git a/source/stylesheets/screen.sass b/stylesheets/screen.sass
index e7fcb538..e7fcb538 100644
--- a/source/stylesheets/screen.sass
+++ b/stylesheets/screen.sass