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)
end
def root_data_path
def root_data_path
path_for('public/_data.json')
end

View file

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