require './lib/pather' SourceDir = 'src' BuildDir = 'public' def src filename File.join SourceDir, filename end def build filename File.join BuildDir, filename end def path_to asset_id P.path_to asset_id end def git repo "https://git.m-chrzan.xyz/#{repo}/about" end