Method: Lookbook::Engine.files_changed
- Defined in:
- lib/lookbook/engine.rb
.files_changed(modified, added, removed) ⇒ Object
234 235 236 237 238 |
# File 'lib/lookbook/engine.rb', line 234 def files_changed(modified, added, removed) changes = {modified: modified, added: added, removed: removed} reloaders.register_changes(changes) notify_clients(changes) end |