Last active
May 3, 2016 02:28
-
-
Save yulanggong/5e5fb07f082e91218e9a09d04d1b5121 to your computer and use it in GitHub Desktop.
Checking JS code compression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var isCompressed = (function(){/*This comment will be removed in compression*/}+'').length < 15; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment