module Jekyll

Public Class Methods

sanitized_path(path, dir) click to toggle source
# File glim-sass-converter.rb, line 2
def self.sanitized_path(path, dir)
  File.expand_path(path, dir)
end