Class: AssetTrip::Javascript

Inherits:
Asset
  • Object
show all
Defined in:
lib/asset_trip/javascript.rb

Instance Attribute Summary

Attributes inherited from Asset

#files

Instance Method Summary collapse

Methods inherited from Asset

#bundle!, #contents, #initialize, #md5sum, #paths

Methods included from Memoizable

#memoize, memoized_ivar_for

Constructor Details

This class inherits a constructor from AssetTrip::Asset

Instance Method Details

#nameObject



4
5
6
# File 'lib/asset_trip/javascript.rb', line 4

def name
  "#{@name}.js"
end