Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c01f878

Browse files
author
Vadim Makeev
committed
Compression for error pages
1 parent 928dd73 commit c01f878

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Gruntfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ module.exports = function(grunt) {
4242
},
4343
expand: true,
4444
cwd: '_site/',
45-
src: '**/index.html',
45+
src: [
46+
'**/index.html',
47+
'errors/*.html'
48+
],
4649
dest: '_site/'
4750
},
4851
xml: {

0 commit comments

Comments
 (0)