From 7e068c0e751797ae33f526a476c40c518de5952c Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Tue, 7 Oct 2014 21:15:41 +0200 Subject: [PATCH] add svg to guardfile --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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