Guardfile in attractor-0.3.3 vs Guardfile in attractor-0.3.4

- old
+ new

@@ -21,6 +21,7 @@ # watch(%r{^app/.+\.scss}) # end guard 'rake', task: 'install' do watch(%r{^lib/.+\.rb}) + watch(%r{^src/.+\.(scss|js)$}) end