mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
squish some warnings
This commit is contained in:
parent
8b356c50d4
commit
26a3f1a0e0
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue