lib/guard/jekyll/templates/Guardfile in guard-jekyll-0.0.2 vs lib/guard/jekyll/templates/Guardfile in guard-jekyll-0.1.0

- old
+ new

@@ -1,3 +1,3 @@ guard 'jekyll' do - watch('(.*)') + watch /.*/ end