summaryrefslogtreecommitdiff
path: root/Rakefile
blob: c69030280cfed6dd252c0f015aa499ae3054240f (plain)
1
2
3
4
5
6
7
desc "Build including HAML layous"
task :build do
  #puts "Parsing HAML layout files..."
  #puts `for file in _layouts/*.haml; do haml $file ${file%.haml}.html; done`
  puts `jekyll build`
end