Support for .xhtml
I’ve attempted to make support for .htm and .xhtml consistent. Extensions are in alphabetical order to make it easier to compare them.
This commit is contained in:
parent
2bba7888b0
commit
475fa41de0
7 changed files with 8 additions and 8 deletions
|
@ -22,7 +22,7 @@ Feature: GZIP assets during build
|
|||
Given a fixture app "gzip-app"
|
||||
And a file named "config.rb" with:
|
||||
"""
|
||||
activate :gzip, exts: %w(.js .html .htm)
|
||||
activate :gzip, exts: %w(.htm .html .js .xhtml .xml)
|
||||
"""
|
||||
And a successfully built app at "gzip-app"
|
||||
Then the following files should exist:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue