diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |