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-3.0.0 docs/Guardfile
bootstrap-bookingsync-sass-2.0.0 docs/Guardfile
bootstrap-bookingsync-sass-1.0.5 docs/Guardfile
bootstrap-bookingsync-sass-1.0.4 docs/Guardfile
bootstrap-bookingsync-sass-1.0.3 docs/Guardfile
bootstrap-bookingsync-sass-1.0.2 docs/Guardfile
bootstrap-bookingsync-sass-1.0.1 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta12 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta11 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta10 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta9 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta8 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta7 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta6 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta5 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta4 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta3 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta2 docs/Guardfile
bootstrap-bookingsync-sass-1.0.0.beta1 docs/Guardfile