Check whether the assets should be bundled.
Boolean |
True if the assets should be bundled (e.g., production mode or :bundle_assets is explicitly enabled). |
# File lib/merb-assets/assets.rb, line 10 def self.bundle? (Merb.environment == 'production') || (!!Merb::Config[:bundle_assets]) end
Generated with the Darkfish Rdoc Generator 2.