diff --git a/.gitignore b/.gitignore index cf824eb70..a76e9d47d 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ db/schema.rb # Ignore Rubymine config /.idea +node_modules diff --git a/Guardfile b/Guardfile index 481dbefa8..1ff367bc1 100644 --- a/Guardfile +++ b/Guardfile @@ -4,7 +4,7 @@ guard 'livereload', port: '35738' do watch(%r{app/views/.+\.(erb|haml|slim)$}) watch(%r{app/helpers/.+\.rb}) - watch(%r{public/.+\.(css|js|html)}) + watch(%r{public/.+\.(css|js|html|svg)}) watch(%r{config/locales/.+\.yml}) # Rails Assets Pipeline watch(%r{(app|vendor)(/assets/\w+/(.+\.(css|js|html|png|jpg|svg))).*}) { |m| "/assets/#{m[3]}" } diff --git a/app/assets/javascripts/app/views/generic/actions.jst.eco b/app/assets/javascripts/app/views/generic/actions.jst.eco index 4b8b873a5..7144ad932 100644 --- a/app/assets/javascripts/app/views/generic/actions.jst.eco +++ b/app/assets/javascripts/app/views/generic/actions.jst.eco @@ -1,7 +1,7 @@