Skip to content

Commit 1739eea

Browse files
committed
Rebuild with IE8 support
1 parent f3c4ec8 commit 1739eea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ module.exports = function(grunt) {
140140
uglify: {
141141
scrypt: {
142142
options: {
143+
ie8: true,
143144
preserveComments: function(node, comment) {
144145
return comment && comment.value && comment.value.length &&
145146
comment.value[0] === "!";

scrypt-async.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)