Skip to content

Commit

Permalink
Reduce raven.min.js filesize (#721)
Browse files Browse the repository at this point in the history
* Inline src/utils.js into src/raven.js for better compression
* Alias stuff to save bytes
  • Loading branch information
benvinegar committed Sep 12, 2016
1 parent ff676a2 commit 203dd7f
Show file tree
Hide file tree
Showing 7 changed files with 368 additions and 379 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -196,7 +196,7 @@ module.exports = function(grunt) {
unused: true,

global_defs: {
'TEST': false
'__DEV__': false
}
}
},
Expand Down

0 comments on commit 203dd7f

Please sign in to comment.