... | ... |
@@ -49,6 +49,7 @@ desc "Generate jekyll site" |
49 | 49 |
task :generate do |
50 | 50 |
raise "### You haven't set anything up yet. First run `rake install` to set up an Octopress theme." unless File.directory?(source_dir) |
51 | 51 |
puts "## Generating Site with Jekyll" |
52 |
+ system "compass compile" |
|
52 | 53 |
system "jekyll" |
53 | 54 |
end |
54 | 55 |
|