Method: ProcessIt::Context#stub_asset
- Defined in:
- lib/processit/context.rb
#stub_asset(path) ⇒ Object
‘stub_asset` blacklists `path` from being included in the bundle. `path` must be an asset which may or may not already be included in the bundle.
151 152 153 154 |
# File 'lib/processit/context.rb', line 151 def stub_asset(path) @_stubbed_assets << resolve(path, :content_type => :self).to_s nil end |