Method: Sprockets::SassProcessor::Functions#audio_path
- Defined in:
- lib/sprockets/sass_processor.rb
#audio_path(path) ⇒ Object
Public: Generate url for audio path.
path - Sass::Script::String URL path
Returns a Sass::Script::String.
181 182 183 |
# File 'lib/sprockets/sass_processor.rb', line 181 def audio_path(path) asset_path(path, type: :audio) end |