Sha256: e19cc7f28b5bc324906a90d567281ce835062322962b0257f88018c4c22941ea

Contents?: true

Size: 228 Bytes

Versions: 4

Compression:

Stored size: 228 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'nanoc' do
  watch('nanoc.yaml') # Change this to config.yaml if you use the old config file name
  watch('Rules')
  watch(%r{^(content)/.*$})
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gitoe-0.1.3 Guardfile
gitoe-0.1.2 Guardfile
gitoe-0.1.1 Guardfile
gitoe-0.1.0 Guardfile