Class: Trackman::Assets::HtmlAsset

Inherits:
Asset
  • Object
show all
Includes:
CompositeAsset, Urls::HtmlParser
Defined in:
lib/trackman/assets/html_asset.rb

Constant Summary

Constants included from Components::Conventions

Components::Conventions::Asset

Instance Attribute Summary

Attributes inherited from Asset

#assets, #path, #virtual_path

Instance Method Summary collapse

Methods included from CompositeAsset

#asset_from, #assets, extended, included

Methods included from Urls::HtmlParser

#css, #img, #js, #parse, #refine

Methods included from Urls::CssParser

#clean_comments, #parse_css

Methods inherited from Asset

#<=>, #==, all, autosync, #initialize, #is_child_of, sync, #to_remote, #to_s

Methods included from Components::Conventions

#error_page, #error_path, #maintenance_page, #maintenance_path

Methods included from AssetFactory

#add_content_behavior, #asset_pipeline_enabled?, #create, #rails_defined?, #retrieve_parent

Methods included from Components::Shippable

#ship

Methods included from Components::Diffable

#diff, #old_diff

Constructor Details

This class inherits a constructor from Trackman::Assets::Asset

Instance Method Details

#children_pathsObject



7
8
9
# File 'lib/trackman/assets/html_asset.rb', line 7

def children_paths
  @children ||= parse(data)
end