Add 'guard-livereload' gem to auto reload the browser when 'view' files are modified.
parent
70b894aa06
commit
d037749df8
@ -0,0 +1,6 @@
|
||||
# A sample Guardfile
|
||||
# More info at https://github.com/guard/guard#readme
|
||||
|
||||
guard 'livereload' do
|
||||
watch(%r{public/.+\.(css|js|html)})
|
||||
end
|
Loading…
Reference in New Issue