File: Guardfile

package info (click to toggle)
libapache2-mod-auth-mellon 0.17.0-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,132 kB
  • sloc: ansic: 8,144; sh: 77; makefile: 74
file content (11 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
Bundler.require :default

guard 'shell' do
  watch(/^mellon_user_guide\.adoc$/) {|m|
    Asciidoctor.convert_file m[0]
  }
end

guard 'livereload' do
  watch(%r{^.+\.(css|js|html)$})
end