Class: Lotus::Assets::Config::GlobalSources Private

Inherits:
Utils::LoadPaths
  • Object
show all
Defined in:
lib/lotus/assets/config/global_sources.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Global asset sources across all the duplicated Lotus::Assets instances.

Instance Method Summary collapse

Instance Method Details

#push(*paths) ⇒ Object Also known as: <<

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.1.0



21
22
23
24
25
26
# File 'lib/lotus/assets/config/global_sources.rb', line 21

def push(*paths)
  super

  sync_configuration
  sync_duplicated_frameworks
end