squish some warnings

This commit is contained in:
Sami Samhuri 2015-05-12 09:05:50 -07:00
parent 8b356c50d4
commit 26a3f1a0e0
2 changed files with 2 additions and 2 deletions

View file

@ -206,7 +206,7 @@ class HarpBlog
File.join(@path, *components) File.join(@path, *components)
end end
def root_data_path def root_data_path
path_for('public/_data.json') path_for('public/_data.json')
end end

View file

@ -100,7 +100,7 @@ after do
if @wait_for_compilation if @wait_for_compilation
compile.call compile.call
else else
fork &compile fork(&compile)
end end
end end