Method: Sprockets::SasscProcessor::Functions#audio_path
- Defined in:
- lib/sprockets/sassc_processor.rb
#audio_path(path) ⇒ Object
Public: Generate url for audio path.
path - SassC::Script::Value::String URL path
Returns a SassC::Script::Value::String.
171 172 173 |
# File 'lib/sprockets/sassc_processor.rb', line 171 def audio_path(path) asset_path(path, type: :audio) end |