Class Sprockets::StaticAsset
In: lib/sprockets/static_asset.rb
Parent: Asset

`StaticAsset`s are used for files that are served verbatim without any processing or concatenation. These are typical images and other binary files.

Methods

source   to_path   write_to  

Public Instance methods

Returns file contents as its `source`.

Implemented for Rack SendFile support.

[Validate]