From d8d51719fb2ec7cb2ee70dab4665c74baa0fb783 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Sun, 18 Oct 2009 20:10:45 -0500 Subject: added compass, added some basic stylesheets --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 75f89b94..d36a84d9 100644 --- a/Rakefile +++ b/Rakefile @@ -29,7 +29,7 @@ task :generate => :clean do system "compass" system "jekyll" Dir["#{site}/stylesheets/*.sass"].each { |f| rm_rf(f) } - system "mv #{site}/atom.html #{site}/blog/atom.xml" + system "mv #{site}/atom.html #{site}/atom.xml" end desc "generate and deploy website" -- cgit v1.2.1