Methods

Merb::Assets::JavascriptAssetBundler

Bundles javascripts into a single file:

  javascripts/#{name}.js

Public Class Methods

asset_type() click to toggle source

Returns

Symbol

The asset type, i.e. :javascript.

     # File lib/merb-assets/assets.rb, line 229
229:       def self.asset_type
230:         :javascript
231:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.