From 3ad7715901414e9bdb7fb150cb4074f1bfa8c74c Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Sat, 24 Sep 2011 11:31:57 +0200 Subject: Fix generation of stylesheets --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index c67479ce..2d91d203 100644 --- a/Rakefile +++ b/Rakefile @@ -49,7 +49,7 @@ desc "Generate jekyll site" task :generate do raise "### You haven't set anything up yet. First run `rake install` to set up an Octopress theme." unless File.directory?(source_dir) puts "## Generating Site with Jekyll" - system "compass compile" + system "compass compile --css-dir #{source_dir}/stylesheets" system "jekyll" end -- cgit v1.2.1