Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit b06bc85

Browse files
committed
Disable live reloading by default.
I’m finding it incredibly annoying…our site has gotten so large because of all the doc pages, and the live reload behavior forces it to reload ALL pages, not just the one I’m looking at, which takes forever. I wind up having to `kill −9` to get the server to stop (ctrl-c doesn’t work).
1 parent 0ce7bac commit b06bc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
end
77

88
# dev mode addons
9-
activate :livereload
9+
activate :livereload if ENV['LIVERELOAD']
1010

1111
activate :blog do |blog|
1212
# This will add a prefix to all links, template references and source paths

0 commit comments

Comments
 (0)