Sha256: da6186190a330ac65883bf2ca8bb8a4b34fb789db6f06ae471cc02ede980495b

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

guard 'livereload' do
  watch(%r{app/views/.+\.(erb|haml|slim)})
  watch(%r{app/helpers/.+\.rb})
  watch(%r{public/.+\.(css|js|html)})
  watch(%r{config/locales/.+\.yml})
  # Rails Assets Pipeline
  watch(%r{(app|vendor)/assets/\w+/(.+\.(css|js|html)).*})  { |m| "/assets/#{m[2]}" }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
guard-livereload-1.0.0 lib/guard/livereload/templates/Guardfile
guard-livereload-0.4.2 lib/guard/livereload/templates/Guardfile
guard-livereload-0.4.1 lib/guard/livereload/templates/Guardfile