Guardfile in attractor-0.3.0 vs Guardfile in attractor-0.3.1
- old
+ new
@@ -13,8 +13,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 => 'install' do
watch(%r{^lib/.+\.rb})
end