File: Guardfile

package info (click to toggle)
libapache2-mod-auth-mellon 0.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: ansic: 8,211; sh: 85; 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