fix compass filters

This commit is contained in:
tdreyno 2009-08-04 12:18:05 -07:00
parent faa00b1318
commit b8886b7f43
2 changed files with 17 additions and 10 deletions

View file

@ -14,4 +14,8 @@ Middleman.helpers do
classes += additional unless additional.empty?
classes.join(' ')
end
def asset_url(path, tld_length = 1)
"/#{path}"
end
end