Skip to content

Instantly share code, notes, and snippets.

@rmannibucau
Created November 23, 2014 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmannibucau/f33f667556111a8ec105 to your computer and use it in GitHub Desktop.
Save rmannibucau/f33f667556111a8ec105 to your computer and use it in GitHub Desktop.
guard 'shell' do
watch(/^*\.adoc$/) {|m|
system('asciidoctor -T asciidoctor-backends/haml/ slides.adoc')
}
end
guard 'livereload' do
watch(%r{^.+\.(css|js|html)$})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment