Method: Assetify::Asset#header

Defined in:
lib/assetify/asset.rb

#headerObject

Prints info about the asset (TODO: move this to cli…)



92
93
94
# File 'lib/assetify/asset.rb', line 92

def header
  "-> #{name}.#{type}"
end