Remove nonsense comment
This commit is contained in:
parent
b093bb9f51
commit
0470fa3083
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ module Middleman::Extensions
|
||||||
exts = options[:exts] || %w(.ico .manifest .jpg .jpeg .png .gif .js .css)
|
exts = options[:exts] || %w(.ico .manifest .jpg .jpeg .png .gif .js .css)
|
||||||
|
|
||||||
app.after_configuration do
|
app.after_configuration do
|
||||||
# Register a reroute transform that adds .gz to asset paths
|
|
||||||
sitemap.reroute do |destination, page|
|
sitemap.reroute do |destination, page|
|
||||||
if exts.include? page.ext
|
if exts.include? page.ext
|
||||||
app.cache.fetch(:asset_hash, page.path) do
|
app.cache.fetch(:asset_hash, page.path) do
|
||||||
|
|
Loading…
Add table
Reference in a new issue