moved stylesheets

This commit is contained in:
B Mathis 2009-11-05 21:34:41 -06:00
parent 145f81046b
commit f7700443ec
27 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
site
source/stylesheets/.sass-cache
*/.sass-cache

View File

@ -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