guard-jekyll-plus 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +4 -0
- data/lib/guard/jekyll-plus/version.rb +1 -1
- data/lib/guard/jekyll-plus.rb +0 -2
- metadata +1 -1
data/CHANGELOG.md
CHANGED
data/lib/guard/jekyll-plus.rb
CHANGED
@@ -59,7 +59,6 @@ module Guard
|
|
59
59
|
#
|
60
60
|
@site = ::Jekyll::Site.new @config
|
61
61
|
@rack = ::Rack::Server.new(rack_config(@destination)) if USE_RACK
|
62
|
-
puts @rack
|
63
62
|
|
64
63
|
end
|
65
64
|
|
@@ -265,7 +264,6 @@ module Guard
|
|
265
264
|
end
|
266
265
|
|
267
266
|
def stop_server
|
268
|
-
#@rack.stop if @rack
|
269
267
|
if alive?
|
270
268
|
instance_eval do
|
271
269
|
kill.call(@pid)
|