whoops, left debugging string in
This commit is contained in:
parent
b2153db79f
commit
6c52ce9037
|
@ -32,7 +32,6 @@ module Middleman
|
||||||
guardfile_contents << result unless result.nil?
|
guardfile_contents << result unless result.nil?
|
||||||
end
|
end
|
||||||
|
|
||||||
$stderr.puts guardfile_contents
|
|
||||||
::Guard.start({ :guardfile_contents => guardfile_contents })
|
::Guard.start({ :guardfile_contents => guardfile_contents })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -64,6 +64,7 @@ eos
|
||||||
# s.add_runtime_dependency "windows-pr", "= 1.1.2"
|
# s.add_runtime_dependency "windows-pr", "= 1.1.2"
|
||||||
s.add_runtime_dependency("win32-process", ["~> 0.6.5"])
|
s.add_runtime_dependency("win32-process", ["~> 0.6.5"])
|
||||||
s.add_runtime_dependency("win32console", ["~> 1.3.0"])
|
s.add_runtime_dependency("win32console", ["~> 1.3.0"])
|
||||||
|
s.add_runtime_dependency("rb-fchange")
|
||||||
when %r{darwin}
|
when %r{darwin}
|
||||||
s.add_runtime_dependency("rb-fsevent", ["~> 0.4.2"])
|
s.add_runtime_dependency("rb-fsevent", ["~> 0.4.2"])
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue