Class: Alula::Manifest

Inherits:
Sprockets::Manifest
  • Object
show all
Defined in:
lib/alula/core_ext/manifest.rb

Defined Under Namespace

Classes: AssetTracker

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#progressObject

Returns the value of attribute progress.



5
6
7
# File 'lib/alula/core_ext/manifest.rb', line 5

def progress
  @progress
end

Instance Method Details

#assets_with_trackingObject Also known as: assets



7
8
9
# File 'lib/alula/core_ext/manifest.rb', line 7

def assets_with_tracking
  @_assets ||= AssetTracker.new assets_without_tracking, @progress
end