module Lookbook::PathUtils

def to_path(*args)

def to_path(*args)
  args.flatten.compact.map(&:to_s).join("/")
end