Skip to content

Commit dcabd22

Browse files
author
Michael Haberler
committed
add Guardfile for livereload
1 parent 081ee38 commit dcabd22

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Guardfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
guard 'livereload' do
2+
watch(%r{_site/.+})
3+
end
4+
5+

_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ defaults:
4949

5050
# stage manpage sources here for comparison
5151
exclude: [Makefile,
52+
Guardfile,
5253
staging,
5354
scripts,
5455
src,
@@ -59,5 +60,5 @@ exclude: [Makefile,
5960
'*/*.3rtapi',
6061
'*/*.9' ]
6162

62-
# for www.machinekit.io - activate on switch!
63+
# for www.machinekit.io
6364
google_analytics: UA-48383649-1

0 commit comments

Comments
 (0)