summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 9f9f848..c690302 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,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 "Parsing HAML layout files..."
+ #puts `for file in _layouts/*.haml; do haml $file ${file%.haml}.html; done`
puts `jekyll build`
end