Method: WebAssets::Api#set_stylesheet_path

Defined in:
lib/web_assets/api.rb

#set_stylesheet_path(path) ⇒ Object

set the stylesheet path and return :ok



22
23
24
# File 'lib/web_assets/api.rb', line 22

def set_stylesheet_path path
  stylesheet_processor.set_path path
end