Guardfile in attractor-0.3.4 vs Guardfile in attractor-0.4.0
- old
+ new
@@ -21,7 +21,7 @@
# watch(%r{^app/.+\.scss})
# end
guard 'rake', task: 'install' do
watch(%r{^lib/.+\.rb})
- watch(%r{^src/.+\.(scss|js)$})
+ watch(%r{^src/.+\.(scss|jsx?)$})
end