Skip to content

Commit

Permalink
Build: maintain ie8 support to fix #1431
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Sep 1, 2017
1 parent ef6df34 commit 7f32d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ module.exports = function( grunt ) {
options: {
output: {
comments: /^!/,
beautify: false
beautify: false,
ie8: true
},
report: 'gzip'
},
Expand Down

0 comments on commit 7f32d01

Please sign in to comment.