Skip to content

Commit

Permalink
added loadState/saveState
Browse files Browse the repository at this point in the history
  • Loading branch information
sehugg committed Aug 22, 2018
1 parent 4cd5b79 commit 500c33f
Show file tree
Hide file tree
Showing 5 changed files with 958 additions and 69 deletions.
3 changes: 0 additions & 3 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ module.exports = function (grunt) {
maxLineLen: 7900,
mangle: {
toplevel: true,
screw_ie8: true
},
compress: {
screw_ie8: true,
sequences: true,
dead_code: true,
drop_debugger: true,
Expand All @@ -106,7 +104,6 @@ module.exports = function (grunt) {
if_return: true,
hoist_funs: true,
join_vars: true,
cascade: true,
unsafe: false
}
},
Expand Down

0 comments on commit 500c33f

Please sign in to comment.