|
|
@ -44,9 +44,7 @@ module Live |
|
|
|
# changes << {kind: :restored, constant: 'ACTION_VIEW', type :boolean, old_value: false, new_value:false} |
|
|
|
# ActiveSupport::Notifications.instrument 'rolling.live_constant', this: changes |
|
|
|
|
|
|
|
return unless RailsLiveReload.watcher |
|
|
|
|
|
|
|
FileUtils.touch(MAIN_CSS) # triggering RailsLiveReload |
|
|
|
FileUtils.touch(MAIN_CSS) if defined?(RailsLiveReload) # triggering RailsLiveReload |
|
|
|
end |
|
|
|
|
|
|
|
private |
|
|
|