summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorpaz <paz@nadir.org>2016-09-16 13:34:22 +0200
committerpaz <paz@nadir.org>2016-09-16 13:34:22 +0200
commit1f04fe4a6b03e95d5ab3d9ee3e2b64cf40516bdc (patch)
tree5eb5391ba913f3fed58d13a0087c31c8e7897f2b /Rakefile
parentcac649b80aac8e157e202a68180b049039393a1b (diff)
Don't look for haml-files.
Diffstat (limited to 'Rakefile')
-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