add svg to guardfile
This commit is contained in:
parent
8cb885cbb6
commit
7e068c0e75
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ guard 'livereload' do
|
||||||
watch(%r{public/.+\.(css|js|html)})
|
watch(%r{public/.+\.(css|js|html)})
|
||||||
watch(%r{config/locales/.+\.yml})
|
watch(%r{config/locales/.+\.yml})
|
||||||
# Rails Assets Pipeline
|
# 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
|
end
|
||||||
|
|
Loading…
Reference in a new issue