diff --git a/Guardfile b/Guardfile index 180e51f47..3c5adfccd 100644 --- a/Guardfile +++ b/Guardfile @@ -7,5 +7,5 @@ guard 'livereload' do 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|js|html|png|jpg|svg))).*}) { |m| "/assets/#{m[3]}" } end