Build: maintain ie8 support to fix #1431

This commit is contained in:
Rob Garrison 2017-08-31 22:10:08 -05:00
parent ef6df34849
commit 7f32d018f9

View File

@ -280,7 +280,8 @@ module.exports = function( grunt ) {
options: { options: {
output: { output: {
comments: /^!/, comments: /^!/,
beautify: false beautify: false,
ie8: true
}, },
report: 'gzip' report: 'gzip'
}, },