module Toppings::Helper::IndexFileHelper

Private Instance Methods

index_file_name() click to toggle source
# File lib/toppings/helper/index_file_helper.rb, line 21
def index_file_name
  sassy_file_name Toppings.conf.stylesheets.relative_index_file
end
index_file_path() click to toggle source
# File lib/toppings/helper/index_file_helper.rb, line 13
def index_file_path
  base_path.join(index_file_name)
end
relative_index_name() click to toggle source
# File lib/toppings/helper/index_file_helper.rb, line 17
def relative_index_name
  relative_base_path.join(Toppings.conf.stylesheets.relative_index_file)
end