We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bb8a74 + 1c4ca96 commit 039bf3cCopy full SHA for 039bf3c
1 file changed
motion/ext.rb
@@ -96,7 +96,7 @@ def enable_rmq_live_stylesheets(interval)
96
code = File.read(stylesheet[:path])
97
puts "Reloaded #{klass_name}." if @live_reload_debug
98
eval(code)
99
- vc_rmq.all.reapply_styles
+ vc_rmq.all.and_self.reapply_styles
100
stylesheets[klass_name][:modified] = File.mtime(stylesheet[:path])
101
end
102
0 commit comments