Methods

Merb::Assets::StylesheetAssetBundler

Bundles stylesheets into a single file:

  stylesheets/#{name}.css

Public Class Methods

asset_type() click to toggle source

Returns

Symbol

The asset type, i.e. :stylesheet.

     # File lib/merb-assets/assets.rb, line 241
241:       def self.asset_type
242:         :stylesheet
243:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.