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:
FearGoidte 2016-01-27 09:48:36 +00:00
parent 2bba7888b0
commit 475fa41de0
7 changed files with 8 additions and 8 deletions

View file

@ -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: