module Toppings::Helper::PathHelper
Public Instance Methods
root_file_path()
click to toggle source
# File lib/toppings/helper/path_helper.rb, line 11 def root_file_path stylesheets_path.join(sassy_file_name(Toppings.conf.stylesheets.root_file, standalone: true)) end
stylesheets_path()
click to toggle source
# File lib/toppings/helper/path_helper.rb, line 7 def stylesheets_path @stylesheets_path ||= Pathname('.').join(Toppings.conf.stylesheets.root_folder) end