summaryrefslogtreecommitdiff
path: root/Rakefile
blob: 9f9f848d94dcb5c4642402e7ccd2077c4faea5db (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