mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-25 00:48:53 -05:00
Fix generation of stylesheets
This commit is contained in:
parent
ab61a62d30
commit
3ad7715901
2
Rakefile
2
Rakefile
@ -49,7 +49,7 @@ desc "Generate jekyll site"
|
|||||||
task :generate do
|
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)
|
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"
|
puts "## Generating Site with Jekyll"
|
||||||
system "compass compile"
|
system "compass compile --css-dir #{source_dir}/stylesheets"
|
||||||
system "jekyll"
|
system "jekyll"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user