templates/Guardfile in bluebase-1.0.0 vs templates/Guardfile in bluebase-1.0.1
- old
+ new
@@ -6,10 +6,10 @@
watch(%r{app/views/.+\.(erb|haml|slim)$})
watch(%r{app/helpers/.+\.rb})
watch(%r{public/.+\.(css|js|html)})
watch(%r{config/locales/.+\.yml})
# Rails Assets Pipeline
- watch(%r{(app|vendor)(/assets/\w+/(.+\.(css|js|html|png|jpg))).*}) { |m| "/assets/#{m[3]}" }
+ watch(%r{(app|vendor)(/assets/\w+/(.+\.(css|scss|js|html|png|jpg))).*}) { |m| "/assets/#{m[3]}" }
end
# Runs rspec, then rubocop
group :red_green_refactor, halt_on_fail: true do
# cmd option runs rspec under spring