Current section
Files
Jump to
Current section
Files
lib/clean_mixer.ex
defmodule CleanMixer do
@spec path_to_asset(Path.t()) :: Path.t()
def path_to_asset(path) do
:code.priv_dir(:clean_mixer) |> Path.join(path)
end
end