lib/guard/livereload/templates/Guardfile in guard-livereload-0.1.2 vs lib/guard/livereload/templates/Guardfile in guard-livereload-0.1.3

- old
+ new

@@ -1,6 +1,6 @@ guard 'livereload' do - watch('^app/.+\.(erb|haml)$') - watch('^app/helpers/.+\.rb$') - watch('^/public/.+\.(css|js|html)$') - watch('^config/locales/.+\.ym$') + watch('app/.+\.(erb|haml)$') + watch('app/helpers/.+\.rb$') + watch('public/.+\.(css|js|html)$') + watch('config/locales/.+\.yml$') end \ No newline at end of file