Guardfile in attractor-0.3.2 vs Guardfile in attractor-0.3.3

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + # A sample Guardfile # More info at https://github.com/guard/guard#readme ## Uncomment and set this to only include directories you want to watch # directories %w(app lib config test spec features) \ @@ -13,12 +15,12 @@ # $ mv Guardfile config/ # $ ln -s config/Guardfile . # # and, you'll have to watch "config/Guardfile" instead of "Guardfile" -guard 'rake', task: 'assets' do - watch(%r{^app/.+\.scss}) -end +# guard 'rake', task: 'assets' do +# watch(%r{^app/.+\.scss}) +# end -guard 'rake', :task => 'install' do +guard 'rake', task: 'install' do watch(%r{^lib/.+\.rb}) end