Class: Merb::Assets::StylesheetAssetBundler
- Inherits:
-
AbstractAssetBundler
- Object
- AbstractAssetBundler
- Merb::Assets::StylesheetAssetBundler
- Defined in:
- merb-assets/lib/merb-assets/assets.rb
Overview
Bundles stylesheets into a single file:
stylesheets/#{name}.css
Constant Summary
Constant Summary
Constants included from AssetHelpers
AssetHelpers::ASSET_FILE_EXTENSIONS
Class Method Summary (collapse)
-
+ (Symbol) asset_type
The asset type, i.e.,
:stylesheet.
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
+ (Symbol) asset_type
The asset type, i.e., :stylesheet.
224 225 226 |
# File 'merb-assets/lib/merb-assets/assets.rb', line 224 def self.asset_type :stylesheet end |