Remove nonsense comment

This commit is contained in:
Ben Hollis 2012-03-04 22:55:17 -08:00
parent b093bb9f51
commit 0470fa3083

View file

@ -6,7 +6,6 @@ module Middleman::Extensions
exts = options[:exts] || %w(.ico .manifest .jpg .jpeg .png .gif .js .css)
app.after_configuration do
# Register a reroute transform that adds .gz to asset paths
sitemap.reroute do |destination, page|
if exts.include? page.ext
app.cache.fetch(:asset_hash, page.path) do