module Utils
Direct including types
Defined in:
utils.crClass Method Summary
-
.find_all(path, extension)
Find all files with given extension in path, if two files are alternative languages of one another they are grouped together.
-
.path_to_link(path, extension = nil)
Convert path to link, optionally changing extension
- .slugify(string)
Class Method Detail
def self.find_all(path, extension)
#
Find all files with given extension in path, if two files are alternative languages of one another they are grouped together.
def self.path_to_link(path, extension = nil)
#
Convert path to link, optionally changing extension
path_to_link("output/foo/../bar") # => "/bar"