mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Build: maintain ie8 support to fix #1431
This commit is contained in:
parent
ef6df34849
commit
7f32d018f9
@ -280,7 +280,8 @@ module.exports = function( grunt ) {
|
|||||||
options: {
|
options: {
|
||||||
output: {
|
output: {
|
||||||
comments: /^!/,
|
comments: /^!/,
|
||||||
beautify: false
|
beautify: false,
|
||||||
|
ie8: true
|
||||||
},
|
},
|
||||||
report: 'gzip'
|
report: 'gzip'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user