Sha256: c96616b13c237d81ff35898092992ab4d93f8a1492b9a9500f479942fdefe1de

Contents?: true

Size: 547 Bytes

Versions: 23

Compression:

Stored size: 547 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
end

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

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

guard 'pow' do
  watch('.powrc')
  watch('.powenv')
  watch('.rvmrc')
  watch('Gemfile')
  watch('Gemfile.lock')
  watch('config/application.rb')
  watch('config/environment.rb')
  watch(%r{^config/environments/.*\.rb$})
  watch(%r{^config/initializers/.*\.rb$})
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
bootstrap-bookingsync-sass-0.0.19 docs/Guardfile
bootstrap-bookingsync-sass-0.0.18 docs/Guardfile
bootstrap-bookingsync-sass-0.0.17 docs/Guardfile