Class: Merb::Assets::StylesheetAssetBundler
- Inherits:
-
AbstractAssetBundler
- Object
- AbstractAssetBundler
- Merb::Assets::StylesheetAssetBundler
- Defined in:
- lib/merb-assets/assets.rb
Overview
Bundles stylesheets into a single file:
stylesheets/#{name}.css
Constant Summary
Constants included from AssetHelpers
AssetHelpers::ASSET_FILE_EXTENSIONS
Class Method Summary collapse
-
.asset_type ⇒ Object
Returns Symbol:: The asset type, i.e.
Methods inherited from AbstractAssetBundler
add_callback, #bundle!, cache_bundle, cached_bundle?, callbacks, #initialize, purge_bundle
Methods included from AssetHelpers
Constructor Details
This class inherits a constructor from Merb::Assets::AbstractAssetBundler
Class Method Details
.asset_type ⇒ Object
Returns
- Symbol
-
The asset type, i.e. :stylesheet.
236 237 238 |
# File 'lib/merb-assets/assets.rb', line 236 def self.asset_type :stylesheet end |